mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-01-30 23:45:05 +01:00
make the desktop icon label shadow a bit bigger
This commit is contained in:
parent
5c89f1cc7c
commit
0ba3d75776
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user