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

Commit faa8b24c authored by Angela Wang's avatar Angela Wang
Browse files

Fix text is not readable with black & white wallpaper issue

Flag: EXEMPT bugfix
Test: manually check the UI and attach the result in bug
Bug: 356065922
Change-Id: I955cd51823d2cac6deaca8280bc8572ed8518a8a
parent 73fd3c1e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
  -->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
@@ -64,7 +65,7 @@
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:textColor="?android:attr/textColorPrimary"
                android:textColor="?androidprv:attr/materialColorOnPrimaryContainer"
                android:ellipsize="marquee"
                android:fadingEdge="horizontal"
                android:hyphenationFrequency="normalFast"
@@ -77,7 +78,7 @@
                android:layout_alignStart="@android:id/title"
                android:layout_alignLeft="@android:id/title"
                android:textAppearance="?android:attr/textAppearanceSmall"
                android:textColor="?android:attr/textColorSecondary"
                android:textColor="?androidprv:attr/materialColorOnPrimaryContainer"
                android:hyphenationFrequency="normalFast"
                android:lineBreakWordStyle="phrase"
                android:maxLines="4"
+2 −1
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@

<ImageView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center_vertical"
    android:contentDescription="@null"
    android:scaleType="center"
    android:tint="?android:attr/textColorPrimary"
    android:tint="?androidprv:attr/materialColorOnPrimaryContainer"
    android:src="@drawable/ic_arrow_forward" />
 No newline at end of file