aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_seekbar.xml
blob: 0b07e1cf8365e75fee16b5f69c38471d3632536c (plain)
1
2
3
4
5
6
7
8
<android.support.v7.widget.AppCompatSeekBar xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@id/kau_pref_lower_content"
    android:layout_width="match_parent"
    android:paddingTop="@dimen/kau_padding_normal"
    android:layout_height="wrap_content"
    android:focusable="false"
    android:clickable="false"
    android:background="@null" />