pull/1705/head
kunfei 3 years ago
parent e240a78494
commit 0c73ab6bfc
  1. 7
      app/src/main/res/layout/activity_replace_edit.xml

@ -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>

Loading…
Cancel
Save