소스 검색

enforce round launcher icon on pre Oreo devices

AndyScherzinger 7 년 전
부모
커밋
dbf753cce3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"