summaryrefslogtreecommitdiffstats
path: root/packages/CaptivePortalLogin
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-08-25 16:15:06 -0700
committerAlan Viverette <alanv@google.com>2014-08-25 16:15:06 -0700
commita1fe772bd7e56a96198cefb924becfa843c8e165 (patch)
tree65b94f2890d8a98179428cab73a8f198f3653aa9 /packages/CaptivePortalLogin
parent9897c73f12fb8bed7a46069e7142aaaa28d71f83 (diff)
downloadframeworks_base-a1fe772bd7e56a96198cefb924becfa843c8e165.zip
frameworks_base-a1fe772bd7e56a96198cefb924becfa843c8e165.tar.gz
frameworks_base-a1fe772bd7e56a96198cefb924becfa843c8e165.tar.bz2
Update material colors
BUG: 17212898 Change-Id: Ic0806db57e88d5143b4241e419970ffeb2468d50
Diffstat (limited to 'packages/CaptivePortalLogin')
-rw-r--r--packages/CaptivePortalLogin/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CaptivePortalLogin/res/values/styles.xml b/packages/CaptivePortalLogin/res/values/styles.xml
index 7ccd3d3..4a99638 100644
--- a/packages/CaptivePortalLogin/res/values/styles.xml
+++ b/packages/CaptivePortalLogin/res/values/styles.xml
@@ -16,7 +16,7 @@
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<!-- Setting's theme's accent color makes ProgressBar useless, reset back. -->
- <item name="android:colorAccent">@*android:color/material_light_blue_A200</item>
+ <item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
</style>
</resources>