Several methods of realizing full screen display on Android

Several methods of realizing full screen display on Android

A. Set theme to achieve full screen

Set the activity theme to full screen mode directly in the androidmanifest.xml file

B. Code implementation full screen

The code implementation needs to be done in two steps, as follows:

1. Hide title block

2. Hide status bar

Note that when implementing this method, the above two methods need to be executed before setcontentview.

Thank you for reading, hope to help you, thank you for your support to this site!

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
分享
二维码
< <上一篇
下一篇>>