diff options
author | Alan Viverette <alanv@google.com> | 2014-08-25 23:23:33 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-25 23:23:33 +0000 |
commit | 042a0cee902fcdd8a4d104839f2fb92b9cfbc3ee (patch) | |
tree | e7eab5506db06e396a16e2814f6fce09e5ec9bfb /packages/CaptivePortalLogin | |
parent | b0b823db539260d9554e14dcc2a3bc9b2fe6d3ef (diff) | |
parent | 83a82983eb27f297319b87a25fe3729cb3bb16ee (diff) | |
download | frameworks_base-042a0cee902fcdd8a4d104839f2fb92b9cfbc3ee.zip frameworks_base-042a0cee902fcdd8a4d104839f2fb92b9cfbc3ee.tar.gz frameworks_base-042a0cee902fcdd8a4d104839f2fb92b9cfbc3ee.tar.bz2 |
am 20862a7f: Merge "Update material colors" into lmp-dev
* commit '20862a7fe43f05b12a6f95515ab08ae0bffb1bae':
Update material colors
Diffstat (limited to 'packages/CaptivePortalLogin')
-rw-r--r-- | packages/CaptivePortalLogin/res/values/styles.xml | 2 |
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> |