From 5bd356807807759ee90168a6ebc9d2001b406efe Mon Sep 17 00:00:00 2001 From: Peter_Liang Date: Tue, 8 Mar 2022 14:12:16 +0800 Subject: [PATCH] Fix that the preview text in "Text and reading options" page is too small. Add the default values into respective TextView Fix: 222413847 Test: manual test Change-Id: I1da8a6ea08007c8988ae8dcf798f1645128ac906 --- res/layout/accessibility_text_reading_preview_mail_content.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/layout/accessibility_text_reading_preview_mail_content.xml b/res/layout/accessibility_text_reading_preview_mail_content.xml index 7b50ac10e93..a8d4e52bdf2 100644 --- a/res/layout/accessibility_text_reading_preview_mail_content.xml +++ b/res/layout/accessibility_text_reading_preview_mail_content.xml @@ -25,6 +25,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/accessibility_text_reading_preview_mail_subject" + android:textSize="14sp" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -40,6 +42,7 @@ android:id="@+id/content" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textSize="13sp" android:text="@string/accessibility_text_reading_preview_mail_content" android:textAppearance="?android:attr/textAppearanceMedium" />