diff options
Diffstat (limited to 'kpref-activity/src/main/res/layout/kau_pref_seekbar.xml')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_seekbar.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_seekbar.xml b/kpref-activity/src/main/res/layout/kau_pref_seekbar.xml new file mode 100644 index 0000000..8da4d5d --- /dev/null +++ b/kpref-activity/src/main/res/layout/kau_pref_seekbar.xml @@ -0,0 +1,8 @@ +<SeekBar 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" />
\ No newline at end of file |