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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14786144

Change-Id: I6de2cbcb0089500f1ce5fc689356a7a226c8cfe0
This commit is contained in:
Betty Chang
2021-06-03 02:33:50 +00:00
committed by Automerger Merge Worker

View File

@@ -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>