|
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
@ -10,27 +11,35 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="10dp" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" /> |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
app:max="45" |
|
|
|
|
app:title="@string/text_size" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
|
android:id="@+id/dsb_text_letter_spacing" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" /> |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
app:max="100" |
|
|
|
|
app:title="@string/text_letter_spacing" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
|
android:id="@+id/dsb_line_size" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" /> |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
app:max="20" |
|
|
|
|
app:title="@string/line_size" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.DetailSeekBar |
|
|
|
|
android:id="@+id/dsb_paragraph_spacing" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" /> |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
app:max="20" |
|
|
|
|
app:title="@string/paragraph_size" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |