Skip to content

Commit 5981ad8

Browse files
committed
use rounded app launcher icon on every device
1 parent dd49d68 commit 5981ad8

13 files changed

Lines changed: 3 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
}
4343

4444
dependencies {
45-
implementation 'com.simplemobiletools:commons:3.0.23'
45+
implementation 'com.simplemobiletools:commons:3.1.2'
4646

4747
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
4848
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
android:allowBackup="true"
1616
android:icon="@mipmap/ic_launcher"
1717
android:label="@string/app_launcher_name"
18-
android:roundIcon="@mipmap/ic_launcher_round"
18+
android:roundIcon="@mipmap/ic_launcher"
1919
android:theme="@style/AppTheme">
2020

2121
<activity

app/src/main/res/mipmap-nodpi/ic_launcher_foreground.png renamed to app/src/main/res/drawable-v26/ic_launcher_foreground.png

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/color_primary"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>

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

Lines changed: 0 additions & 5 deletions
This file was deleted.
1.06 KB
Loading
-2.93 KB
Binary file not shown.
1.34 KB
Loading
-3.78 KB
Binary file not shown.
2.58 KB
Loading

0 commit comments

Comments
 (0)