From fc6a1e38fd05aa1c39a59b4f38bc6771ac39f312 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:30:02 +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/dialog_auto_read.xml | 4 ++-- app/src/main/res/layout/dialog_read_aloud.xml | 2 +- app/src/main/res/layout/view_search_menu.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/dialog_auto_read.xml b/app/src/main/res/layout/dialog_auto_read.xml index 6519a4c7b..7d56022bf 100644 --- a/app/src/main/res/layout/dialog_auto_read.xml +++ b/app/src/main/res/layout/dialog_auto_read.xml @@ -105,7 +105,7 @@ android:layout_height="50dp" android:background="?android:attr/selectableItemBackgroundBorderless" android:clickable="true" - android:contentDescription="@string/read_aloud" + android:contentDescription="@string/main_menu" android:focusable="true" android:orientation="vertical" android:paddingBottom="7dp"> @@ -191,7 +191,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:contentDescription="@string/aloud_config" + android:contentDescription="@string/setting" android:src="@drawable/ic_settings" app:tint="@color/primaryText" tools:ignore="NestedWeights" /> diff --git a/app/src/main/res/layout/dialog_read_aloud.xml b/app/src/main/res/layout/dialog_read_aloud.xml index b1f9763e0..8e842c9c5 100644 --- a/app/src/main/res/layout/dialog_read_aloud.xml +++ b/app/src/main/res/layout/dialog_read_aloud.xml @@ -385,7 +385,7 @@ android:layout_height="0dp" android:layout_weight="1" android:adjustViewBounds="true" - android:contentDescription="@string/aloud_config" + android:contentDescription="@string/setting" android:maxHeight="20dp" android:src="@drawable/ic_settings" app:tint="@color/primaryText" diff --git a/app/src/main/res/layout/view_search_menu.xml b/app/src/main/res/layout/view_search_menu.xml index 0da5692bb..bed650f46 100644 --- a/app/src/main/res/layout/view_search_menu.xml +++ b/app/src/main/res/layout/view_search_menu.xml @@ -168,7 +168,7 @@ android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackgroundBorderless" android:clickable="true" - android:contentDescription="@string/read_aloud" + android:contentDescription="@string/main_menu" android:focusable="true" android:orientation="vertical" android:paddingBottom="7dp">