Skip to content

Commit c96add6

Browse files
authored
Merge pull request #79 from synonymdev/chore/regtest-app-icon
Regtest App Icon
2 parents a6a6878 + d35c08e commit c96add6

23 files changed

+12
-31
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<application
1515
android:name=".App"
1616
android:allowBackup="false"
17-
android:icon="@mipmap/ic_launcher"
17+
android:icon="@mipmap/ic_launcher_regtest"
1818
android:label="@string/app_name"
19-
android:roundIcon="@mipmap/ic_launcher_round"
19+
android:roundIcon="@mipmap/ic_launcher_regtest_round"
2020
android:supportsRtl="true"
2121
android:theme="@style/Theme.App">
2222
<activity
10 KB
Loading

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

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

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

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

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

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

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

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

app/src/main/res/mipmap-anydpi-v26/ic_launcher_black.xml renamed to app/src/main/res/mipmap-anydpi/ic_launcher_black.xml

File renamed without changes.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_black_round.xml renamed to app/src/main/res/mipmap-anydpi/ic_launcher_black_round.xml

File renamed without changes.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_orange.xml renamed to app/src/main/res/mipmap-anydpi/ic_launcher_orange.xml

File renamed without changes.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_orange_round.xml renamed to app/src/main/res/mipmap-anydpi/ic_launcher_orange_round.xml

File renamed without changes.

0 commit comments

Comments
 (0)