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

Commit 03ecb4f4 authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

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

parents e6b4297c 5069aa72
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>