關於 TextView 、Button 文字大寫顯示

若是想設置 TextViewButton 文字大寫顯示,能夠這樣在 xml 中添加該屬性 android:textAllCaps="true"android

<TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:textAllCaps="true" android:text="Text"/>
複製代碼

若是該屬性被設置爲 falseandroid:textAllCaps="false",那麼該內容並不會轉換成小寫,而是原樣顯示及內容是什麼就顯示什麼。git






About Megithub

相關文章
相關標籤/搜索