2016-01-23 48 views

回答

0

http://developer.android.com/reference/android/support/v7/widget/AppCompatButton.html

支持textAllCaps樣式屬性,工作回到Eclair MR1Android 2.1系統,在API級別7)。

檢查這個答案:

https://stackoverflow.com/a/22470083/4409113

<android.support.v7.internal.widget.CompatTextView 
     style="@style/MyTextViewStyle" 
     android:id="@+id/text" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     app:textAllCaps="true"/> 

app前綴使用它。

+0

。爲什麼我必須爲此做出風格? –

+0

如果我們不使用樣式屬性,它不適用於應用程序前綴,爲什麼? –

相關問題