34.Button控件(按钮,用于程序和用户的交互)

xiaoxiao2021-02-28  85

<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

最新回复(0)