commit | bc29f549dea4e2487fa1356b10e636a9cbc4cae6 | [log] [tgz] |
---|---|---|
author | Betty Chang <changbetty@google.com> | Thu Jun 03 02:52:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 03 02:52:47 2021 +0000 |
tree | e8bab93afd4468172b43bd353fab698bfd0dd6c3 | |
parent | 462aa7841715d6ef0469d2af0b857efab69922e4 [diff] | |
parent | b62f95a47a6706a60ea27341d8bb9232070bf54e [diff] |
Merge "[GAR] Set the color to cycle left time to pass the GAR" into sc-dev am: 227f9357ab am: b62f95a47a Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14786144 Change-Id: Ie8c07f35ef6f159bcb45f0f73fd7c537ea7eeb96
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>