From 977723c6615024afb18c1846fd36f8ff1da1ce09 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 5 Aug 2022 01:49:35 +0530 Subject: Update app icon and add a monochrome layer (#2045) * app: check-in updated app icon * app: add a monochrome icon --- app/src/debug/ic_launcher-playstore.png | Bin 0 -> 20129 bytes .../res/drawable-v24/ic_launcher_foreground.xml | 63 +++++++++ .../debug/res/drawable/ic_launcher_background.xml | 14 ++ .../debug/res/mipmap-anydpi-v26/ic_launcher.xml | 10 ++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 9 ++ app/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 4212 bytes app/src/debug/res/mipmap-hdpi/ic_launcher.webp | Bin 4870 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_foreground.webp | Bin 5828 -> 0 bytes .../debug/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4212 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2635 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.webp | Bin 3096 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_foreground.webp | Bin 3120 -> 0 bytes .../debug/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2635 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 5946 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.webp | Bin 7118 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.webp | Bin 9384 -> 0 bytes .../debug/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 5946 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 9368 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp | Bin 11658 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 18722 -> 0 bytes .../debug/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 9368 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 13251 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 16960 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 32082 -> 0 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 13251 bytes app/src/main/ic_launcher-playstore.png | Bin 100415 -> 20843 bytes .../res/drawable-v24/ic_launcher_background.xml | 157 --------------------- .../res/drawable-v24/ic_launcher_foreground.xml | 63 +++++++++ .../main/res/drawable/ic_launcher_background.xml | 14 ++ .../drawable/ic_launcher_foreground_monochrome.xml | 9 ++ .../res/layout/activity_oreo_autofill_filter.xml | 2 +- .../activity_oreo_autofill_publisher_changed.xml | 2 +- app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 3 +- .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 9 ++ app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 4260 bytes app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 4432 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_foreground.webp | Bin 5806 -> 0 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4260 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2670 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2670 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 5999 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.webp | Bin 6396 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.webp | Bin 9154 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 5999 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 9402 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 10310 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 18578 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 9402 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 13343 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 15052 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 32042 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 13343 bytes .../res/layout/activity_oreo_autofill_sms.xml | 2 +- 53 files changed, 196 insertions(+), 161 deletions(-) create mode 100644 app/src/debug/ic_launcher-playstore.png create mode 100644 app/src/debug/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/debug/res/drawable/ic_launcher_background.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/drawable-v24/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/app/src/debug/ic_launcher-playstore.png b/app/src/debug/ic_launcher-playstore.png new file mode 100644 index 00000000..d93ce3cf Binary files /dev/null and b/app/src/debug/ic_launcher-playstore.png differ diff --git a/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c14f1e6f --- /dev/null +++ b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/debug/res/drawable/ic_launcher_background.xml b/app/src/debug/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..f7c2be3e --- /dev/null +++ b/app/src/debug/res/drawable/ic_launcher_background.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..6067a8c7 --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..28204caa --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..a3b28da5 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index 5b266c22..00000000 Binary files a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp deleted file mode 100644 index 5b327a0e..00000000 Binary files a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..a3b28da5 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..0be8ba3c Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index f3a1ffd5..00000000 Binary files a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp deleted file mode 100644 index e51822c1..00000000 Binary files a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..0be8ba3c Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..02a4af49 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 034d724a..00000000 Binary files a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 18fa08da..00000000 Binary files a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..02a4af49 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..9d32c97c Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 291580ea..00000000 Binary files a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 17b8647f..00000000 Binary files a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..9d32c97c Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index 024a6712..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 55ea3223..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png index e0e0edec..8de23a46 100644 Binary files a/app/src/main/ic_launcher-playstore.png and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml deleted file mode 100644 index 3c554d83..00000000 --- a/app/src/main/res/drawable-v24/ic_launcher_background.xml +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..26a34e3d --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 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..0c1d10f6 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml b/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml new file mode 100644 index 00000000..18d18375 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/layout/activity_oreo_autofill_filter.xml b/app/src/main/res/layout/activity_oreo_autofill_filter.xml index eca04f62..215db436 100644 --- a/app/src/main/res/layout/activity_oreo_autofill_filter.xml +++ b/app/src/main/res/layout/activity_oreo_autofill_filter.xml @@ -17,7 +17,7 @@ android:layout_height="60dp" android:background="@android:color/transparent" android:contentDescription="@string/app_name" - android:src="@mipmap/ic_launcher_foreground" + android:src="@drawable/ic_launcher_foreground" app:layout_constraintBottom_toTopOf="@id/origin" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/activity_oreo_autofill_publisher_changed.xml b/app/src/main/res/layout/activity_oreo_autofill_publisher_changed.xml index 90b18844..0a2fb4d7 100644 --- a/app/src/main/res/layout/activity_oreo_autofill_publisher_changed.xml +++ b/app/src/main/res/layout/activity_oreo_autofill_publisher_changed.xml @@ -20,7 +20,7 @@ android:layout_height="60dp" android:background="@android:color/transparent" android:contentDescription="@string/app_name" - android:src="@mipmap/ic_launcher_foreground" + android:src="@drawable/ic_launcher_foreground" app:layout_constraintBottom_toTopOf="@id/warningSign" app:layout_constraintEnd_toStartOf="@id/app_name" app:layout_constraintHorizontal_chainStyle="packed" diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 517ddcec..6067a8c7 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -5,5 +5,6 @@ - + + 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..28204caa --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..a1133420 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index cb3697ef..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp deleted file mode 100644 index f5ca8b00..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp and /dev/null 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 new file mode 100644 index 00000000..a1133420 Binary files /dev/null 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 new file mode 100644 index 00000000..b9e28b18 Binary files /dev/null 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 new file mode 100644 index 00000000..b9e28b18 Binary files /dev/null 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 new file mode 100644 index 00000000..353fe9c4 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 55f610eb..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp deleted file mode 100644 index e97cfec8..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp and /dev/null 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 new file mode 100644 index 00000000..353fe9c4 Binary files /dev/null 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 new file mode 100644 index 00000000..148db12b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index df2ab1ff..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 345018d6..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp and /dev/null 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 new file mode 100644 index 00000000..148db12b Binary files /dev/null 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 new file mode 100644 index 00000000..2c1e2b05 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index 33529fe0..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 909360ee..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null 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 new file mode 100644 index 00000000..2c1e2b05 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml b/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml index 69f8e6dc..73fbfb99 100644 --- a/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml +++ b/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml @@ -17,7 +17,7 @@ android:layout_height="50dp" android:layout_margin="10dp" android:contentDescription="@string/app_name" - android:src="@mipmap/ic_launcher_foreground" + android:src="@drawable/ic_launcher_foreground" app:layout_constraintBottom_toTopOf="@id/text" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- cgit v1.2.3