如果是Button自动大写问题,直接设置Button的 textAllCaps="false" 即可;
如果是TabLayout出现全大写问题,先在style.xml加入属性:
布局中引入该样式即可
android:id="@+id/pcTabLayout" android:layout_width="match_parent" android:layout_height="wrap_content" app:tabTextAppearance="@style/TabLayoutTextStyle" />