|
|
|
@ -1,5 +1,6 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="16dp" |
|
|
|
@ -31,7 +32,8 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:entries="@array/group_style" |
|
|
|
|
app:theme="@style/Spinner" /> |
|
|
|
|
app:theme="@style/Spinner" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -51,27 +53,32 @@ |
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/layout_list" /> |
|
|
|
|
android:text="@string/layout_list" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/layout_grid3" /> |
|
|
|
|
android:text="@string/layout_grid3" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/layout_grid4" /> |
|
|
|
|
android:text="@string/layout_grid4" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/layout_grid5" /> |
|
|
|
|
android:text="@string/layout_grid5" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/layout_grid6" /> |
|
|
|
|
android:text="@string/layout_grid6" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
</RadioGroup> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
@ -84,8 +91,9 @@ |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:text="@string/show_unread" |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/ll_layout" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_sort" |
|
|
|
@ -112,22 +120,26 @@ |
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/bookshelf_px_0" /> |
|
|
|
|
android:text="@string/bookshelf_px_0" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/bookshelf_px_1" /> |
|
|
|
|
android:text="@string/bookshelf_px_1" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/bookshelf_px_2" /> |
|
|
|
|
android:text="@string/bookshelf_px_2" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/bookshelf_px_3" /> |
|
|
|
|
android:text="@string/bookshelf_px_3" |
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
</RadioGroup> |
|
|
|
|
|
|
|
|
|