From: Damyan Ivanov Date: Sat, 6 Jun 2020 19:53:49 +0000 (+0300) Subject: provide all kinds of launcher icons X-Git-Tag: v0.14.0~51 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=ad5b3aabb0d905986ef15c8c8cfb4fb0cbb3d3d1;ds=sidebyside provide all kinds of launcher icons --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c0ec9059..482ca297 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,9 +24,9 @@ android:name=".App" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/app_icon" + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" - android:roundIcon="@mipmap/app_icon" android:supportsRtl="true" android:networkSecurityConfig="@xml/network_security_config" tools:ignore="GoogleAppIndexingWarning"> diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png new file mode 100644 index 00000000..2f46dc05 Binary files /dev/null and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/res/drawable-anydpi-v21/app_icon_bg.xml b/app/src/main/res/drawable-anydpi-v21/app_icon_bg.xml new file mode 100644 index 00000000..daca5c5e --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v21/app_icon_bg.xml @@ -0,0 +1,35 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml b/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml deleted file mode 100644 index e99168ba..00000000 --- a/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/drawable-anydpi-v21/expand_more_black_24dp.xml b/app/src/main/res/drawable-anydpi-v21/expand_more_black_24dp.xml new file mode 100644 index 00000000..91814d4e --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v21/expand_more_black_24dp.xml @@ -0,0 +1,29 @@ + + + + + diff --git a/app/src/main/res/drawable-anydpi-v21/ic_expand_more_black_24dp.xml b/app/src/main/res/drawable-anydpi-v21/ic_expand_more_black_24dp.xml deleted file mode 100644 index f975aff1..00000000 --- a/app/src/main/res/drawable-anydpi-v21/ic_expand_more_black_24dp.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - diff --git a/app/src/main/res/drawable-anydpi-v21/ic_launcher_background.xml b/app/src/main/res/drawable-anydpi-v21/ic_launcher_background.xml deleted file mode 100644 index fdef8431..00000000 --- a/app/src/main/res/drawable-anydpi-v21/ic_launcher_background.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable-anydpi-v26/app_icon.xml b/app/src/main/res/drawable-anydpi-v26/app_icon.xml new file mode 100644 index 00000000..2f3242be --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v26/app_icon.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/app/src/main/res/drawable/app_icon_transparent_bg.xml b/app/src/main/res/drawable/app_icon_transparent_bg.xml new file mode 100644 index 00000000..fc1f3059 --- /dev/null +++ b/app/src/main/res/drawable/app_icon_transparent_bg.xml @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..8c04131b --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..da2141e1 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,69 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/nav_header_logo.xml b/app/src/main/res/layout/nav_header_logo.xml index e91c7b4e..a4dd89bb 100644 --- a/app/src/main/res/layout/nav_header_logo.xml +++ b/app/src/main/res/layout/nav_header_logo.xml @@ -23,5 +23,5 @@ android:contentDescription="@string/nav_header_desc" android:visibility="visible" android:id="@+id/app_icon" - app:srcCompat="@drawable/app_icon_dynamic" + app:srcCompat="@drawable/app_icon_transparent_bg" tools:showIn="@layout/activity_main" /> \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 898f3ed5..783f6f56 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index dffca360..d49dc160 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index 64ba76f7..434f9611 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index dae5e082..6133cf93 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index e5ed4659..8aeff721 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 14ed0af3..b1b48d7f 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index b0907cac..e7743486 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index d8ae0315..dcf90f94 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 2c18de9e..6d342010 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index beed3cdd..f32f9cf5 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 00000000..dad99c8b --- /dev/null +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,21 @@ + + + + + #935FF2 + \ No newline at end of file diff --git a/art/app-icon-transparent-bg.svg b/art/app-icon-transparent-bg.svg new file mode 100644 index 00000000..ef3cb881 --- /dev/null +++ b/art/app-icon-transparent-bg.svg @@ -0,0 +1,132 @@ + + + + + + + + + MoLe app icon + + + + + image/svg+xml + + MoLe app icon + + + + Damyan Ivanov <dam+mole@ktnx.net> + + + + + Copyright © 2019 Damyan Ivanov <dam+mole@ktnx.net>. All rights reserved. + + + + + + + + + + + + + +