除了Android按钮中的第一个字符外,如何使文本显示为小写字母

时间:2016-02-24 08:05:10

标签: android android-studio android-button

  

我用小写字母写了我的文字但是文本在android studio中显得大写:

     

如果我想写:“继续”怎么办?

enter image description here

2 个答案:

答案 0 :(得分:3)

将以下属性添加到按钮

android:textAllCaps=false

答案 1 :(得分:0)

button.setTransformationMethod(null);