From ef425b08a46c002fb49cb09a9705481fcfbb8da4 Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 10 Mar 2022 16:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_replace_edit.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_replace_edit.xml b/app/src/main/res/layout/activity_replace_edit.xml index 3aa54e7ef..234eec3ec 100644 --- a/app/src/main/res/layout/activity_replace_edit.xml +++ b/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" /> + android:text="@string/scope_content" + tools:ignore="RtlHardcoded,TouchTargetSizeCheck" />