blob: 8da4d5ddd6fe4afe31960f6ee9f5395b2b7a6782 (
plain)
1
2
3
4
5
6
7
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" />
|