<Button
android:
id=
"@+id/button"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:
text=
"Button"
android:textAllCaps=
"false"/>
1. android:textAllCaps属性,系统默认对Button中的所有英文字母自动进行大写转换。 (1.1)可选值:false,true
转载请注明原文地址: https://www.6miu.com/read-53341.html