pull/2533/head
parent
698e29b7d6
commit
f60e74602e
@ -1,13 +1,21 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:background="@drawable/shape_card_view" |
android:background="@drawable/shape_card_view" |
||||||
android:padding="8dp"> |
android:padding="8dp" |
||||||
|
android:orientation="vertical" |
||||||
|
android:gravity="center_horizontal"> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/tv_seek_value" |
||||||
|
android:layout_width="wrap_content" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:textColor="@color/secondaryText" /> |
||||||
|
|
||||||
<io.legado.app.lib.theme.view.ThemeSeekBar |
<io.legado.app.lib.theme.view.ThemeSeekBar |
||||||
android:id="@+id/seek_bar" |
android:id="@+id/seek_bar" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" /> |
android:layout_height="wrap_content" /> |
||||||
|
|
||||||
</FrameLayout> |
</LinearLayout> |
Loading…
Reference in new issue