2-1案例中button,在布局中是Register,运行出来就是REGISTER?
来源:2-2 选择练习
城堡小乔
2020-02-24 23:06:27
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@mipmap/btn"
android:layout_marginTop="20dp"
android:text="Register"/>
1回答
同学增加android:textAllCaps="false"属性即可。因为系统默认会把英文全部显示为大写。如果解决了你的疑惑,请采纳,祝学习愉快~
相似问题