2011-11-18 110 views
6

可能重複:
Question mark (?) in XML attributes for Android是什麼?在Android的XML意味着

<TextView android:id="@+android:id/title" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:singleLine="true" 
     android:textAppearance="?android:attr/textAppearanceLarge" 
     android:ellipsize="marquee" 
     android:fadingEdge="horizontal" /> 

什麼是 「機器人:ATTR/textAppearanceLarge」 嗎?它有名字嗎?爲什麼不使用「@」代替?我可以在我自己的代碼中使用這種語法嗎?我在哪裏可以閱讀更多關於此?由於我不知道它是什麼,所以很難找到關於它的更多信息。任何指導將不勝感激。

回答

9

此問題已在stackoverflow上提出。 給出的答案是:

問號意味着它在 當前應用爲主題的資源價值的參考。

查看here瞭解更多詳情。