From 03cb0b3c472895de9374b8ab6f12b0153140e19e Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Fri, 29 Sep 2023 17:14:39 -0300 Subject: [PATCH] fix: fix missing app icon for stable builds --- .../ic_launcher_foreground.xml | 44 ++++++++++--------- mastodon/src/main/res/values/colors.xml | 2 +- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/mastodon/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/mastodon/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml index bcac189176..8389120364 100644 --- a/mastodon/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml +++ b/mastodon/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml @@ -1,21 +1,25 @@ - - - - - - - - - + xmlns:aapt="http://schemas.android.com/aapt" + android:width="108dp" + android:height="108dp" + android:viewportWidth="43.043" + android:viewportHeight="43.043"> + + + + + + \ No newline at end of file diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index 88ecac43d0..d6411cc7bb 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -96,7 +96,7 @@ @color/success_500 - @color/gray_25 + #282C37 @color/primary_400