Update file icons

This commit is contained in:
MM20
2025-11-03 18:15:52 +01:00
parent 6f1ae2ba85
commit f05481e1e8
39 changed files with 204 additions and 142 deletions

View File

@@ -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()),

View File

@@ -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()),