commit | f1a1f241bfaf277110b34f3375275d5a8058dcfe | [log] [tgz] |
---|---|---|
author | Betty Chang <changbetty@google.com> | Thu Jun 03 03:09:54 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 03 03:09:54 2021 +0000 |
tree | be9991f5c14599d02d836ee3820cf0a2ebea778d | |
parent | 4b0e2894f6c953bb0040e0a0773802122def07b5 [diff] | |
parent | bc29f549dea4e2487fa1356b10e636a9cbc4cae6 [diff] |
Merge "[GAR] Set the color to cycle left time to pass the GAR" into sc-dev am: 227f9357ab am: b62f95a47a am: bc29f549de Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14786144 Change-Id: I0115473744fbb8e2a4ee4bb35591497ec700acb7
diff --git a/res/layout/data_usage_summary_preference.xml b/res/layout/data_usage_summary_preference.xml index 6617ac9..5ec3da9 100644 --- a/res/layout/data_usage_summary_preference.xml +++ b/res/layout/data_usage_summary_preference.xml
@@ -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>