仅在MotoG5中不需要的按钮文本轮廓

时间:2018-09-27 05:24:42

标签: android android-layout

我有简单的按钮

<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:backgroundTint="#d22d2d"
    android:text="Proceed"
    android:textSize="35sp"
    />
  • 在MotoG5上,它在Button文本上显示不必要的轮廓,而在其他设备上没问题
  • 此文本大纲未出现在TextView中。我测试了。

My screenshot

我在移动设备上检查了另一个应用程序,所有应用程序(Gmail,通讯录等)的行为均相同。

other app

我认为应该有一些主题修复程序来删除MotoG5中不需要的轮廓。

1 个答案:

答案 0 :(得分:2)

您可以通过设置>辅助功能>设置为高对比度文本将其禁用

您的问题会解决。