Merge "Fix that strings have the similar color as the background in preview section." into tm-dev am: 03ecb4f4a6

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17341687

Change-Id: Ife1aaa337d4c9ac47a424256c32eb7548d6f6d3d
This commit is contained in:
PETER LIANG
2022-03-24 13:44:29 +00:00
committed by Automerger Merge Worker

View File

@@ -26,7 +26,8 @@
android:layout_height="wrap_content"
android:text="@string/accessibility_text_reading_preview_mail_subject"
android:textSize="14sp"
android:textAppearance="?android:attr/textAppearanceMedium" />
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorPrimary"/>
<TextView
android:id="@+id/from"
@@ -44,5 +45,5 @@
android:layout_height="wrap_content"
android:textSize="13sp"
android:text="@string/accessibility_text_reading_preview_mail_content"
android:textAppearance="?android:attr/textAppearanceMedium" />
android:textColor="?android:attr/textColorPrimary"/>
</LinearLayout>