Fullscreen no status bar style

40 Views Asked by At

i am trying to make my app full screen but it is not working.. i am using the latest version of android studio (Flamingo).

<style name="Theme.MyQuizApp" parent="android:Theme.Material" >
    <item name="android:windowFullscreen">true</item>



</style>
0

There are 0 best solutions below