Update file icons
This commit is contained in:
@@ -98,7 +98,7 @@ internal data class LauncherShortcut(
|
||||
return StaticLauncherIcon(
|
||||
foregroundLayer = TintedIconLayer(
|
||||
color = 0xFF3DDA84.toInt(),
|
||||
icon = ContextCompat.getDrawable(context, R.drawable.ic_file_android)!!,
|
||||
icon = ContextCompat.getDrawable(context, R.drawable.android_24px)!!,
|
||||
scale = 0.65f,
|
||||
),
|
||||
backgroundLayer = ColorLayer(0xFF3DDA84.toInt()),
|
||||
|
||||
@@ -42,7 +42,7 @@ internal class UnavailableShortcut(
|
||||
override fun getPlaceholderIcon(context: Context): StaticLauncherIcon {
|
||||
return StaticLauncherIcon(
|
||||
foregroundLayer = TintedIconLayer(
|
||||
icon = context.getDrawable(R.drawable.ic_file_android)!!,
|
||||
icon = context.getDrawable(R.drawable.android_24px)!!,
|
||||
color = 0xFF333333.toInt()
|
||||
),
|
||||
backgroundLayer = ColorLayer(0xFF333333.toInt()),
|
||||
|
||||
Reference in New Issue
Block a user