Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 0248274

Browse files
committed
res: Add adaptive launcher icons
1 parent 89a78de commit 0248274

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+15
-260
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
android:allowNativeHeapPointerTagging="false"
2020
android:dataExtractionRules="@xml/data_extraction_rules"
2121
android:fullBackupContent="@xml/backup_rules"
22-
android:icon="@mipmap/ic_rpcs3"
2322
android:label="@string/app_name"
24-
android:roundIcon="@mipmap/ic_rpcs3_round"
23+
android:icon="@mipmap/ic_launcher"
24+
android:roundIcon="@mipmap/ic_launcher_round"
2525
android:supportsRtl="true"
2626
android:isGame="true"
2727
android:theme="@style/Theme.RPCS3"
54.3 KB
-10.4 KB
Binary file not shown.

app/src/main/java/net/rpcs3/provider/AppDataDocumentProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AppDataDocumentProvider : DocumentsProvider() {
6666
.add(Root.COLUMN_AVAILABLE_BYTES, baseDirectory().freeSpace)
6767
.add(Root.COLUMN_TITLE, context().getString(R.string.app_name))
6868
.add(Root.COLUMN_MIME_TYPES, "*/*")
69-
.add(Root.COLUMN_ICON, R.mipmap.ic_rpcs3)
69+
.add(Root.COLUMN_ICON, R.mipmap.ic_launcher)
7070
return cursor
7171
}
7272

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.

app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/src/main/res/drawable/ic_rpcs3_foreground.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
6+
</adaptive-icon>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
6+
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_rpcs3.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)