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