Skip to content

Commit 0ba3d75

Browse files
committed
make the desktop icon label shadow a bit bigger
1 parent 5c89f1c commit 0ba3d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/launcher/views/HomeScreenGrid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
6262
textPaint = TextPaint(Paint.ANTI_ALIAS_FLAG).apply {
6363
color = Color.WHITE
6464
textSize = context.resources.getDimension(R.dimen.smaller_text_size)
65-
setShadowLayer(.5f, 0f, 0f, Color.BLACK)
65+
setShadowLayer(2f, 0f, 0f, Color.BLACK)
6666
}
6767

6868
dragShadowCirclePaint = Paint(Paint.ANTI_ALIAS_FLAG).apply {

0 commit comments

Comments
 (0)