Browse Source

Android Editor: Fix themed icon

Anish Mishra 8 tháng trước cách đây
mục cha
commit
d7532f0d31
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      platform/android/java/editor/src/main/AndroidManifest.xml

+ 2 - 2
platform/android/java/editor/src/main/AndroidManifest.xml

@@ -29,7 +29,7 @@
 
     <application
         android:allowBackup="false"
-        android:icon="@mipmap/icon"
+        android:icon="@mipmap/themed_icon"
         android:label="${editorAppName}${editorBuildSuffix}"
         android:requestLegacyExternalStorage="true"
         android:theme="@style/GodotEditorSplashScreenTheme"
@@ -43,7 +43,7 @@
             android:name=".GodotEditor"
             android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
             android:exported="true"
-            android:icon="@mipmap/icon"
+            android:icon="@mipmap/themed_icon"
             android:launchMode="singleTask"
             android:screenOrientation="userLandscape">
             <layout