From b8013ff3a0fb5ec6186d79b545ab13b685cdf324 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Wed, 23 Mar 2022 12:41:21 -0400 Subject: Android: Inherit from Material3 themes and round corners on box art --- Source/Android/app/src/main/AndroidManifest.xml | 2 +- .../dolphinemu/services/SyncChannelJobService.java | 2 +- .../app/src/main/res/drawable-hdpi/ic_dolphin.png | Bin 0 -> 2037 bytes .../app/src/main/res/drawable-hdpi/ic_launcher.png | Bin 2037 -> 0 bytes .../app/src/main/res/drawable-xhdpi/ic_dolphin.png | Bin 0 -> 2692 bytes .../app/src/main/res/drawable-xhdpi/ic_launcher.png | Bin 2692 -> 0 bytes .../app/src/main/res/drawable-xxhdpi/ic_dolphin.png | Bin 0 -> 4122 bytes .../app/src/main/res/drawable-xxhdpi/ic_launcher.png | Bin 4122 -> 0 bytes Source/Android/app/src/main/res/layout/tv_title.xml | 2 +- .../app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++++ .../app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 2037 bytes .../src/main/res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 3175 bytes .../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2378 bytes .../src/main/res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 1926 bytes .../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 2692 bytes .../main/res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 4456 bytes .../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 4122 bytes .../main/res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 7415 bytes .../app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 13720 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 10991 bytes .../app/src/main/res/values/ic_launcher_background.xml | 4 ++++ 21 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Source/Android/app/src/main/res/drawable-hdpi/ic_dolphin.png delete mode 100644 Source/Android/app/src/main/res/drawable-hdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/drawable-xhdpi/ic_dolphin.png delete mode 100644 Source/Android/app/src/main/res/drawable-xhdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/drawable-xxhdpi/ic_dolphin.png delete mode 100644 Source/Android/app/src/main/res/drawable-xxhdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 Source/Android/app/src/main/res/values/ic_launcher_background.xml (limited to 'Source/Android/app') diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 284a00684c..35fd924eea 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -32,7 +32,7 @@ + android:src="@drawable/ic_dolphin"/> diff --git a/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000000..036d09bc5f --- /dev/null +++ b/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000..e50a86dac1 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..32d19dd1dc Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000..032b6ff75e Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..5f636ef075 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000..f20aa29c6a Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..e9cc77ff6a Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000..c1a05c347b Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..60fe3e3d7b Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000..9578251b57 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..f73215fb64 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/values/ic_launcher_background.xml b/Source/Android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000000..c5d5899fdf --- /dev/null +++ b/Source/Android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file -- cgit v1.2.3