Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5069aa72 authored by Peter_Liang's avatar Peter_Liang Committed by PETER LIANG
Browse files

Fix that strings have the similar color as the background in preview section.

Add the text color attribute.

Fix: 225805027
Test: manual test
Change-Id: Ie914797920631ed8e096e27ecd6e1c8184ee4505
parent 08e5d43e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>