Advertisement
sytchenko

Godot. Make status bar visible/invisible (Android)

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