|
|
|
@ -103,6 +103,28 @@ |
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ThemeCheckBox |
|
|
|
|
android:id="@+id/cb_scope_title" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="@string/scope_title" |
|
|
|
|
android:checked="false" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ThemeCheckBox |
|
|
|
|
android:id="@+id/cb_scope_content" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginLeft="10dp" |
|
|
|
|
android:text="@string/scope_content" |
|
|
|
|
android:checked="true" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
|
android:id="@+id/til_scope" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|