Android Studio 小技巧(2):AS中Button文字默认大写的问题

问题类型

Layout中添加一个Button

1
2
3
4
5
<Button android:id="@+id/bt_showerror"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:text="ShowError"
/>
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×