自定义Seekbar首选项拇指错误

时间:2016-06-17 15:08:54

标签: android android-preferences android-seekbar

我为我的应用创建了一个自定义SeekBar首选项。 点击偏好时我发现它有一个拇指错误。 见下图:

enter image description herretr e

    <SeekBar android:id="@+id/seekbar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_below="@android:id/summary"
        android:layout_toEndOf="@android:id/widget_frame"
        android:layout_alignParentEnd="true" />

问题是:如何解决这个问题?

0 个答案:

没有答案