开关显示不一致

时间:2017-09-24 18:10:34

标签: android user-interface

有没有人知道为什么Switch小部件在两个不同的应用程序中表现不同?

他们都使用构建工具26.0.1和26.1.0 sdk。

<Switch
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />

enter image description here

<Switch android:id                      ="@+id/imgbtn_settings_noti_daily"
        android:layout_width            ="wrap_content"
        android:layout_height           ="wrap_content"
        android:layout_below="@id/edttxt_settings_about_me"/>

enter image description here

1 个答案:

答案 0 :(得分:2)

styles.xml

相关的switch文件可能存在差异

所以我建议您检查两个应用styles.xml文件(或theme已应用)

你可能会得到它。