转载请注明来源: http://blog.csdn.net/kjunchen/article/details/52129797
Android 开发关于Button或TextView控件英文字符全部显示大小写问题
在较新的 sdk 版本中,开发中我们会看到按钮的英文显示全为大写的。像下面这样:
其布局代码为:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />