Android – hide the status bar

Please give me a solution to hide the status bar of the translucant screen. I try by setting theme.notitlebar.fullscreen, but it applies to normal activity, but it does not apply to the screen. The witch is translucant. Please give me a hint to solve the problem

thank you

resolvent:

This is what I usually do by covering a standard topic

<style name="ExampleTheme" parent="android:Theme.Light">
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowFullscreen">true</item>
</style>

Then you can apply the theme to your activity. I hope it helps

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>