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

Commit 227f9357 authored by Betty Chang's avatar Betty Chang Committed by Android (Google) Code Review
Browse files

Merge "[GAR] Set the color to cycle left time to pass the GAR" into sc-dev

parents b71dd1ef f92229ee
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>