make the desktop icon label shadow a bit bigger

This commit is contained in:
tibbi 2023-02-12 23:20:23 +01:00
parent 5c89f1cc7c
commit 0ba3d75776

View File

@ -62,7 +62,7 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
textPaint = TextPaint(Paint.ANTI_ALIAS_FLAG).apply {
color = Color.WHITE
textSize = context.resources.getDimension(R.dimen.smaller_text_size)
setShadowLayer(.5f, 0f, 0f, Color.BLACK)
setShadowLayer(2f, 0f, 0f, Color.BLACK)
}
dragShadowCirclePaint = Paint(Paint.ANTI_ALIAS_FLAG).apply {