[Android] The XML thing.-manifest Attribute 2

Source: Internet
Author: User

Application/////////////////////////////////////

1. hardwareaccelerated Properties

Add <application> attribute tags to your android manifest file to use for the entire application Hardware Acceleration
      <application android:hardwareAccelerated="true" ...>


Specific reference: Graphics hardware acceleration and rendering techniques for Android 4.0

2. Theme Properties
Theme theme is used to set the UI style of the interface, you can set the entire application or an activity's interface style. The following theme are built into the Android SDK and can be categorized by title bar and status bar.

Specific reference: "Android Development Basics" Application interface theme theme how to use

3. Label Property
The "android:label" in the "application" tag can be used to specify that the application will display the name on the home screen. This is the list of applications that you can pull out of the desktop when you are ready to start the machine.
The "android:label" in the "activity" tag can be used to specify that the application will display the name above the activity canvas. You can also change the code by "settitle (" name ").

Specific reference: Androidmanifest's Android:label's small experiment

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.