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

Commit f92229ee authored by changbetty's avatar changbetty Committed by Betty Chang
Browse files

[GAR] Set the color to cycle left time to pass the GAR

Screenshot: https://photos.app.goo.gl/GwuAkwfuxf6nhcou5

Bug: 187145220
Test: Manual test by Accessibility Scanner
Change-Id: I2b07ae0a2a56c3133964629141c1a0ba34cf323f
parent f556c566
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -110,12 +110,14 @@
        <TextView
            android:id="@+id/cycle_left_time"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
            android:layout_height="wrap_content"
            android:textColor="?android:attr/textColorSecondary" />

        <TextView
            android:id="@+id/carrier_and_update"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
            android:layout_height="wrap_content"
            android:textColor="?android:attr/textColorSecondary" />

    </LinearLayout>