Android getAttributeIntValue()詳解-霞輝

來源:互聯網
上載者:User

標籤:intval   nbsp   通過   getattr   res   int   value   space   今天   

  經常使用getAttributeIntValue()方法,但是大多使用的形式是attrs.getAttributeFloatValue(null, "xxx", 0);只是在中間傳一個字串,來擷取屬性值

今天突然看到某程式的源碼中,三個參數都傳入了值。網上找attrs.getAttributeFloatValue方法的詳解,結果都不是很滿意。從android源碼中找到如下資訊。

     本文,具體的使用情境就不多說了,主要說該方法的參數解析

 

getAttributeIntValue()--通常--需要傳入3個參數,分別是

String namespace, String attribute, int defaultValue

namespace是命名空間。

attribute是在布局檔案中所寫的屬性

defaultvalue是當通過getAttributeIntValue()去尋找時,沒有找到相應的值,值預設返回defaultvalue。

 

Android API文檔如下

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()詳解-霞輝

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.