Android SwitchCompat 拇指未对齐
Android SwitchCompat thumb not aligned
我想在 Android Studio 中使用 SwitchCompat
,我把它放在 build.gradle:
compile 'com.android.support:appcompat-v7:21.+'
但拇指未与滑块居中。
这是我的 xml:
<android.support.v7.widget.SwitchCompat
android:id="@+id/allarme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_gravity="right" />
你能帮帮我吗?
我终于找到了问题所在:appcompat(目前为 v21.0.3)中存在一个影响 hdpi 设备的错误。
还有更多:https://code.google.com/p/android/issues/detail?id=78262
解决方法:
将此文件复制到您应用的 res/drawable-hdpi 中:https://www.mediafire.com/?6c7537yi73m1e6m
我想在 Android Studio 中使用 SwitchCompat
,我把它放在 build.gradle:
compile 'com.android.support:appcompat-v7:21.+'
但拇指未与滑块居中。
这是我的 xml:
<android.support.v7.widget.SwitchCompat
android:id="@+id/allarme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_gravity="right" />
你能帮帮我吗?
我终于找到了问题所在:appcompat(目前为 v21.0.3)中存在一个影响 hdpi 设备的错误。 还有更多:https://code.google.com/p/android/issues/detail?id=78262
解决方法: 将此文件复制到您应用的 res/drawable-hdpi 中:https://www.mediafire.com/?6c7537yi73m1e6m