Android (Android) Remove window title and program Full screen---Pro Test!

Source: Internet
Author: User

First: Implement in program code

This.requestwindowfeature (window.feature_no_title);//Remove the title bar
This.getwindow (). SetFlags (WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_ fullscreen);//Remove Information Bar

Note: These two lines of code are to be written before the page is displayed, that is, before Setcontentview (r.layout.xxx)

Second: Implement the label in the Androidmanifest.xml configuration file Android:theme

<activity android:name= "Activity1"
Android:theme= "@android: Style/theme.notitlebar.fullscreen" ></activity>

Note: If you don't need fullscreen, just write Android:theme= "@android: Style/theme.notitlebar

Android (Android) Remove window title and program Full screen---Pro Test!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.