From 3b9791d8876e1ef9c1eeed57f96985ba002334e3 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Fri, 28 Apr 2023 18:30:03 -0400 Subject: android: Update app icon Small icon updates from Flam --- src/android/app/src/main/res/drawable/ic_yuzu.xml | 38 ++++++++++++---------- .../app/src/main/res/drawable/ic_yuzu_full.xml | 26 ++++++--------- 2 files changed, 30 insertions(+), 34 deletions(-) diff --git a/src/android/app/src/main/res/drawable/ic_yuzu.xml b/src/android/app/src/main/res/drawable/ic_yuzu.xml index a994b8f78..5e2a8efd0 100644 --- a/src/android/app/src/main/res/drawable/ic_yuzu.xml +++ b/src/android/app/src/main/res/drawable/ic_yuzu.xml @@ -1,20 +1,22 @@ - - - - - - - - + android:width="200dp" + android:height="200dp" + android:viewportWidth="500" + android:viewportHeight="500"> + + diff --git a/src/android/app/src/main/res/drawable/ic_yuzu_full.xml b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml index f3dd44d00..04e458400 100644 --- a/src/android/app/src/main/res/drawable/ic_yuzu_full.xml +++ b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml @@ -1,18 +1,12 @@ - - - - - - - - + android:width="155.3dp" + android:height="172.55dp" + android:viewportWidth="155.3" + android:viewportHeight="172.55"> + + -- cgit v1.2.3