Skip to content

Commit 287b8c1

Browse files
authored
Switch the theme for GodotPanelApp to match the one used by GodotApp (#287)
`GodotPanelApp` is only included in the manifest from a Godot editor build, so we can assume that when it's enabled, `GodotApp` and its theme resources will always be available.
1 parent c837525 commit 287b8c1

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

plugin/src/main/cpp/export/export_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ String OpenXREditorExportPlugin::_get_opening_activity_tag_for_panel_app() const
108108
return vformat(
109109
" <activity android:name=\"org.godotengine.openxr.vendors.GodotPanelApp\" "
110110
"android:process=\":GodotPanelApp\" "
111-
"android:theme=\"@style/GodotPanelAppSplashTheme\" "
111+
"android:theme=\"@style/GodotAppSplashTheme\" "
112112
"android:launchMode=\"singleInstancePerTask\" "
113113
"android:exported=\"true\" "
114114
"android:excludeFromRecents=\"%s\" "

plugin/src/main/res/values/themes.xml

-13
This file was deleted.

0 commit comments

Comments
 (0)