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>