You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Android Editor: Fix themed icon
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:icon="@mipmap/icon"
|
android:icon="@mipmap/themed_icon"
|
||||||
android:label="${editorAppName}${editorBuildSuffix}"
|
android:label="${editorAppName}${editorBuildSuffix}"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:theme="@style/GodotEditorSplashScreenTheme"
|
android:theme="@style/GodotEditorSplashScreenTheme"
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
android:name=".GodotEditor"
|
android:name=".GodotEditor"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
|
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/icon"
|
android:icon="@mipmap/themed_icon"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:screenOrientation="userLandscape">
|
android:screenOrientation="userLandscape">
|
||||||
<layout
|
<layout
|
||||||
|
|||||||
Reference in New Issue
Block a user