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