how to convert android project to full screen in android studio code example
Example: making android activity fullscreen android studio
res -> values -> styles.xml
<resources>
<style name ...>
.
.
.
<item name="android:windowFullscreen">true</item>
</style>
</resources>