|
|
@ -1,31 +1,130 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:padding="10dp" |
|
|
|
android:padding="10dp"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_header_padding" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/ll_header_padding" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
|
|
|
|
android:id="@+id/tv_header_padding" |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:textSize="18sp" |
|
|
|
|
|
|
|
android:text="@string/header" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:text="@string/showLine" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.checkbox.SmoothCheckBox |
|
|
|
|
|
|
|
android:id="@+id/cb_show_top_line" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:layout_margin="6dp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
|
|
|
|
android:id="@+id/dsb_header_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_header_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_header_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_header_padding_right" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
app:title="@string/padding_right" |
|
|
|
|
|
|
|
app:max="100" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
|
|
|
|
android:id="@+id/tv_body_padding" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="10dp" |
|
|
|
android:paddingBottom="10dp" |
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
|
|
|
android:textSize="18sp" |
|
|
|
|
|
|
|
android:text="@string/main_body" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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="200" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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 |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
android:id="@+id/tv_header_padding" |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:paddingTop="10dp" |
|
|
|
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
android:textSize="18sp" |
|
|
|
android:textSize="18sp" |
|
|
|
android:text="@string/header" /> |
|
|
|
android:text="@string/footer" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
@ -33,7 +132,7 @@ |
|
|
|
android:text="@string/showLine" /> |
|
|
|
android:text="@string/showLine" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.checkbox.SmoothCheckBox |
|
|
|
<io.legado.app.ui.widget.checkbox.SmoothCheckBox |
|
|
|
android:id="@+id/cb_show_top_line" |
|
|
|
android:id="@+id/cb_show_bottom_line" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_margin="6dp" /> |
|
|
|
android:layout_margin="6dp" /> |
|
|
@ -41,28 +140,28 @@ |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
android:id="@+id/dsb_header_padding_top" |
|
|
|
android:id="@+id/dsb_footer_padding_top" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:title="@string/padding_top" |
|
|
|
app:title="@string/padding_top" |
|
|
|
app:max="100" /> |
|
|
|
app:max="100" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
android:id="@+id/dsb_header_padding_bottom" |
|
|
|
android:id="@+id/dsb_footer_padding_bottom" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:title="@string/padding_bottom" |
|
|
|
app:title="@string/padding_bottom" |
|
|
|
app:max="100" /> |
|
|
|
app:max="100" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
android:id="@+id/dsb_header_padding_left" |
|
|
|
android:id="@+id/dsb_footer_padding_left" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:title="@string/padding_left" |
|
|
|
app:title="@string/padding_left" |
|
|
|
app:max="100" /> |
|
|
|
app:max="100" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
android:id="@+id/dsb_header_padding_right" |
|
|
|
android:id="@+id/dsb_footer_padding_right" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:title="@string/padding_right" |
|
|
|
app:title="@string/padding_right" |
|
|
@ -70,97 +169,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
android:id="@+id/tv_body_padding" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="10dp" |
|
|
|
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
|
|
|
android:textSize="18sp" |
|
|
|
|
|
|
|
android:text="@string/main_body" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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="200" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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 |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:paddingTop="10dp" |
|
|
|
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
|
|
|
android:textSize="18sp" |
|
|
|
|
|
|
|
android:text="@string/footer" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:text="@string/showLine" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.checkbox.SmoothCheckBox |
|
|
|
|
|
|
|
android:id="@+id/cb_show_bottom_line" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:layout_margin="6dp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
|
|
|
|
android:id="@+id/dsb_footer_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_footer_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_footer_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_footer_padding_right" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
app:title="@string/padding_right" |
|
|
|
|
|
|
|
app:max="100" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|