You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/background"
|
|
android:padding="10dp"
|
|
android:orientation="vertical">
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar
|
|
android:id="@+id/dsb_padding_top"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:title="@string/padding_top"
|
|
app:max="100" />
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar
|
|
android:id="@+id/dsb_padding_bottom"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:title="@string/padding_bottom"
|
|
app:max="100" />
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar
|
|
android:id="@+id/dsb_padding_left"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:title="@string/padding_left"
|
|
app:max="100" />
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar
|
|
android:id="@+id/dsb_padding_right"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:title="@string/padding_right"
|
|
app:max="100" />
|
|
|
|
</LinearLayout> |