use rounded app launcher icon on every device

This commit is contained in:
tibbi
2017-12-04 17:14:16 +01:00
parent 7f69a0af57
commit 3b99a26124
13 changed files with 3 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity