summaryrefslogtreecommitdiffstats
path: root/res/layout/data_usage_chart.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-18 12:49:35 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-18 12:56:04 -0700
commit6ebcc3651451627c72ce5308eec9c7734d1e802e (patch)
tree4113e6e572423dcf650157b72bf87acc17b69b79 /res/layout/data_usage_chart.xml
parente5c75ab44b70362fac1bab2442612dc9f60dd513 (diff)
downloadpackages_apps_Settings-6ebcc3651451627c72ce5308eec9c7734d1e802e.zip
packages_apps_Settings-6ebcc3651451627c72ce5308eec9c7734d1e802e.tar.gz
packages_apps_Settings-6ebcc3651451627c72ce5308eec9c7734d1e802e.tar.bz2
Update more colors in Data Usage Summary
- use colors from the Settings Theme - code cleaning for use the Theme accent color constant instead of raw color value Change-Id: I04ec913f0b8048b6e50069213e9d92992168fe18
Diffstat (limited to 'res/layout/data_usage_chart.xml')
-rw-r--r--res/layout/data_usage_chart.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/data_usage_chart.xml b/res/layout/data_usage_chart.xml
index cec2af2..76cfc6d 100644
--- a/res/layout/data_usage_chart.xml
+++ b/res/layout/data_usage_chart.xml
@@ -54,7 +54,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="start|bottom"
- settings:strokeColor="#d88d3a"
+ settings:strokeColor="@color/theme_accent"
settings:fillColor="#c0ba7f3e"
settings:fillColorSecondary="#60ba7f3e" />