Format of the Properties type format value in an Android attrs.xml file

Source: Internet
Author: User

"Reference" //References"Color" //Color"Boolean" //Boolean value"Dimension" //Dimension Value"float" //floating point value"integer" //integer value"string" //string"Fraction" //percentages, such as 200%

The format of the enumerated type:

< attr name="orientation">  enum name="horizontal " value="0" />  enum name="vertical " value="1" /></attr>

The XML file uses:

" Vertical "

A flag bit, bit, or operation in the following format:

< attr name="Windowsoftinputmode"> < Flag name ="stateunspecified"Value ="0"/> < Flag name ="stateunchanged"Value ="1"/> < Flag name ="Statehidden"Value ="2"/> < Flag name ="Statealwayshidden"Value ="3"/> < Flag name ="statevisible"Value ="4"/> < Flag name ="statealwaysvisible"Value ="5"/> < Flag name ="adjustunspecified"Value ="0x00"/> < Flag name ="adjustresize"Value ="0x10"/> < Flag name ="Adjustpan"Value ="0x20"/> < Flag name ="adjustnothing"Value ="0x30"/></attr>

The XML file uses:

  " stateunspecified | stateunchanged | Statehidden ">  

Property definitions can specify multiple types:

  " background " " Reference|color " />  

The XML file uses:

  " @drawable/Image id| #00FF00 "  

Format of the Properties type format value in an Android attrs.xml file

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.