|
|
@ -1,6 +1,7 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<LinearLayout 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" |
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:id="@+id/ll_content" |
|
|
|
android:id="@+id/ll_content" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
@ -17,7 +18,8 @@ |
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal"> |
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
|
|
android:layout_gravity="center_vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATECheckBox |
|
|
|
<io.legado.app.lib.theme.view.ATECheckBox |
|
|
|
android:id="@+id/cb_is_enable" |
|
|
|
android:id="@+id/cb_is_enable" |
|
|
@ -33,6 +35,14 @@ |
|
|
|
android:checked="true" |
|
|
|
android:checked="true" |
|
|
|
android:text="@string/find" /> |
|
|
|
android:text="@string/find" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:text="@string/book_type" |
|
|
|
|
|
|
|
android:layout_marginLeft="12dp" |
|
|
|
|
|
|
|
android:layout_marginRight="3dp" |
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
android:id="@+id/sp_type" |
|
|
|
android:id="@+id/sp_type" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|