|
|
@ -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/root_view" |
|
|
|
android:id="@+id/root_view" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
@ -35,7 +36,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
android:id="@+id/et_name" |
|
|
|
android:id="@+id/et_name" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
@ -47,7 +49,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
android:id="@+id/et_group" |
|
|
|
android:id="@+id/et_group" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
@ -59,7 +62,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
android:id="@+id/et_replace_rule" |
|
|
|
android:id="@+id/et_replace_rule" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
@ -73,14 +77,15 @@ |
|
|
|
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:text="@string/use_regex" /> |
|
|
|
android:text="@string/use_regex" |
|
|
|
|
|
|
|
tools:ignore="TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_help" |
|
|
|
android:id="@+id/iv_help" |
|
|
|
android:layout_width="24dp" |
|
|
|
android:layout_width="24dp" |
|
|
|
android:layout_height="24dp" |
|
|
|
android:layout_height="24dp" |
|
|
|
android:src="@drawable/ic_help" |
|
|
|
android:src="@drawable/ic_help" |
|
|
|
app:tint="@color/secondaryText" |
|
|
|
app:tint="@color/primaryText" |
|
|
|
android:contentDescription="@string/help" /> |
|
|
|
android:contentDescription="@string/help" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
@ -94,7 +99,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
android:id="@+id/et_replace_to" |
|
|
|
android:id="@+id/et_replace_to" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
@ -106,7 +112,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
<io.legado.app.ui.widget.text.EditText |
|
|
|
android:id="@+id/et_scope" |
|
|
|
android:id="@+id/et_scope" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|