Bläddra i källkod

enforce round launcher icon on pre Oreo devices

AndyScherzinger 7 år sedan
förälder
incheckning
dbf753cce3
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/gplay/AndroidManifest.xml
  2. 1 1
      src/main/AndroidManifest.xml

+ 1 - 1
src/gplay/AndroidManifest.xml

@@ -22,7 +22,7 @@
 
     <application
         android:name=".MainApp"
-        android:icon="@mipmap/ic_launcher"
+        android:icon="@mipmap/ic_launcher_round"
 		android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"

+ 1 - 1
src/main/AndroidManifest.xml

@@ -57,7 +57,7 @@
 
     <application
         android:name=".MainApp"
-        android:icon="@mipmap/ic_launcher"
+        android:icon="@mipmap/ic_launcher_round"
         android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"