This commit is contained in:
kunfei
2022-03-10 16:36:19 +08:00
parent e5f8d8212c
commit ef425b08a4
@@ -111,17 +111,18 @@
android:id="@+id/cb_scope_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/scope_title"
android:checked="false" />
tools:ignore="TouchTargetSizeCheck" />
<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" />
android:text="@string/scope_content"
tools:ignore="RtlHardcoded,TouchTargetSizeCheck" />
</androidx.appcompat.widget.LinearLayoutCompat>