summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristofer Ã…kersten <akersten@google.com>2019-03-05 16:07:48 -0800
committerChristofer Ã…kersten <akersten@google.com>2019-03-06 05:47:16 +0000
commit276ec6f7e05f7fc9d0600b3d75b415ca025cf114 (patch)
tree812ad7d54bc48c5866530d42fa634e94790c2371 /res
parent897927296e3dea8b3a309233b3ea1afa3e72df0f (diff)
downloadUniversalMediaPlayer-276ec6f7e05f7fc9d0600b3d75b415ca025cf114.tar.gz
Change color of "Allow Access" button
Red-line missing, so choose a color that closely matches the mockup. Bug: 127529171 Test: manual Change-Id: I587e8735a8e11226a3a85b69e9227639d97f4b19
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a220ace..af10727 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -21,7 +21,7 @@
<color name="colorPrimary">#313235</color>
<color name="colorPrimaryDark">#313235</color>
- <color name="colorAccent">#ff0000</color>
+ <color name="colorAccent">#669df6</color>
<color name="colorControlNormal">#f8f9fa</color>
<color name="colorControlActivated">#669df6</color>
<color name="colorControlHighlight">#ff0000</color>