From 9839dc324803601ad4a2c61ef82ace241fd1b210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Cocchi?= Date: Wed, 6 Jul 2022 20:29:14 +0200 Subject: =?UTF-8?q?Add=20monochrome=20icon=20Signed-off-by:=20K=C3=A9vin?= =?UTF-8?q?=20Cocchi=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dev/res/drawable/ic_launcher_foreground.xml | 18 +++++----------- .../res/drawable/ic_launcher_foreground_full.xml | 25 ---------------------- .../main/res/drawable/ic_launcher_foreground.xml | 17 ++++++--------- .../res/drawable/ic_launcher_foreground_full.xml | 9 -------- .../src/main/res/layout/empty_content_view.xml | 4 +++- .../main/res/layout/fragment_newsreader_list.xml | 4 +++- .../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 8 files changed, 19 insertions(+), 60 deletions(-) delete mode 100644 News-Android-App/src/dev/res/drawable/ic_launcher_foreground_full.xml delete mode 100644 News-Android-App/src/main/res/drawable/ic_launcher_foreground_full.xml diff --git a/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml index 145a5c17..776853a6 100644 --- a/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml +++ b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml @@ -5,19 +5,11 @@ android:viewportWidth="872.78925" android:viewportHeight="872.78925"> - - - - - + android:translateX="180.394635" + android:translateY="180.394635"> + - - - - - - - - diff --git a/News-Android-App/src/main/res/drawable/ic_launcher_foreground.xml b/News-Android-App/src/main/res/drawable/ic_launcher_foreground.xml index 00fd4564..31b05771 100644 --- a/News-Android-App/src/main/res/drawable/ic_launcher_foreground.xml +++ b/News-Android-App/src/main/res/drawable/ic_launcher_foreground.xml @@ -3,16 +3,11 @@ android:height="108dp" android:viewportWidth="872.78925" android:viewportHeight="872.78925"> - - - - - - + + diff --git a/News-Android-App/src/main/res/drawable/ic_launcher_foreground_full.xml b/News-Android-App/src/main/res/drawable/ic_launcher_foreground_full.xml deleted file mode 100644 index 12266854..00000000 --- a/News-Android-App/src/main/res/drawable/ic_launcher_foreground_full.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/News-Android-App/src/main/res/layout/empty_content_view.xml b/News-Android-App/src/main/res/layout/empty_content_view.xml index 5f381a46..1206c02d 100644 --- a/News-Android-App/src/main/res/layout/empty_content_view.xml +++ b/News-Android-App/src/main/res/layout/empty_content_view.xml @@ -17,7 +17,9 @@ android:layout_above="@+id/title" android:layout_gravity="center" android:contentDescription="@null" - app:srcCompat="@drawable/ic_launcher_foreground_full" + android:scaleX="1.7" + android:scaleY="1.7" + app:srcCompat="@drawable/ic_launcher_foreground" app:tint="@color/empty_content_view_logo" /> + app:srcCompat="@drawable/ic_launcher_foreground" /> + \ No newline at end of file diff --git a/News-Android-App/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/News-Android-App/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e021..50ec8862 100644 --- a/News-Android-App/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/News-Android-App/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file -- cgit v1.2.3