方法(一): 在 xml 布局中設(shè)置屬性 android:textAllCaps="false" 效果:單個(gè)組件生效 方法(二): 在 style 中加入<item name="android:textAllCaps">false</item> 效果:全局生效