kokoichi206 / rhythm_game

Android rhythm game
0 stars 0 forks source link

Navigation bar is displayed #14

Open kokoichi206 opened 2 years ago

kokoichi206 commented 2 years ago

Describe the bug ナビゲーションバーが表示されてしまっており、中心に配置したサークルが中心に見えなくなっている

Expected behavior ナビゲーションバーをなくすことで、ちゃんと中心を対称にサークルが配置されてほしい

Screenshots screen

Smartphone (please complete the following information):

Additional context 下参考になるかも

https://moewe-net.com/android/hide-navigationbar

kokoichi206 commented 2 years ago

try this

// make fullscreen
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
        WindowManager.LayoutParams.FLAG_FULLSCREEN);

and delete this (used to hide action bar)

<item name="android:windowFullscreen">true</item>
kokoichi206 commented 2 years ago

CAUTION

do NOT use FULLSCREEN

REF https://developer.android.com/training/system-ui/immersive#sticky