Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Install Project/Android Build Template
- 2. Go to "android/build/res/values/themes.xml" and change
- <style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>
- to
- <style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/>
- 3. When export project checkbox "Screen/Immersive mode" will control status bar visible
- 4. Don't forget check "Use custom build" in export project window
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement