mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02: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 {
|
textPaint = TextPaint(Paint.ANTI_ALIAS_FLAG).apply {
|
||||||
color = Color.WHITE
|
color = Color.WHITE
|
||||||
textSize = context.resources.getDimension(R.dimen.smaller_text_size)
|
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 {
|
dragShadowCirclePaint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user