Android Getattributeintvalue () details-Xia Hui

Source: Internet
Author: User

The Getattributeintvalue () method is often used, but most of the forms used are attrs.getattributefloatvalue (null, "XXX", 0); just pass a string in the middle to get the property value

Today suddenly see the source of a program, three parameters are passed in the value. Online Find Attrs.getattributefloatvalue method of the detailed, the results are not very satisfied. Find the following information from the Android source code.

Text, the specific use of the scene is not much to say, mainly said that the method of parameter analysis

Getattributeintvalue ()--usually--requires passing 3 parameters, respectively

string namespace, string attribute, int defaultvalue

namespace is a namespace.

attribute is a property written in the layout file

DefaultValue is when the getattributeintvalue () is searched, no corresponding value is found, and the value returns defaultvalue by default.

The Android API documentation is as follows

public abstract int getattributeintvalue (string namespace, string attribute, int defaultvalue) Added in API Level 1

Return the integer value of ' attribute '.

Parameters
Namespace Namespace of attribute to retrieve.
Attribute The attribute to retrieve.
DefaultValue What to return if the attribute isn ' t found.
Returns
    • Resulting value.

Android Getattributeintvalue () details-Xia Hui

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.