This is my style.xml
<resources>
<style name="AppDefaultTheme" parent="@android:style/Theme.Material.NoActionBar">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowFullscreen">false</item>
</style>
</resources>
If I set the fullscreen parameter, the status bar will turn into an ugly black border.
Can I achieve a full screen without the help of appcompat? Or hide the status bar icon?