summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-04-06 14:00:10 -0400
committerJason Monk <jmonk@google.com>2015-04-07 10:13:00 -0400
commite8c6eb9e85ef9d635f2f2f94d89f4b8abe461784 (patch)
tree8de70f8d5ec592235db747b5a054f672a507189e /res/values
parent0de1d79bbdc6249e546fc114ec4c57153f7d9b9d (diff)
downloadandroid_packages_apps_PackageInstaller-e8c6eb9e85ef9d635f2f2f94d89f4b8abe461784.tar.gz
android_packages_apps_PackageInstaller-e8c6eb9e85ef9d635f2f2f94d89f4b8abe461784.tar.bz2
android_packages_apps_PackageInstaller-e8c6eb9e85ef9d635f2f2f94d89f4b8abe461784.zip
Update permissions dialog from redlines
Change-Id: I0b3146add8984fdea1a702d447461e82f4aa7c31
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5d92d6fc..ae10cb28 100755
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,5 +18,7 @@
<color name="shadow">#cc222222</color>
<color name="transparent">#00000000</color>
<color name="header_background_color">#ff37474f</color>
+ <color name="grant_permissions_app_color">@*android:color/primary_text_default_material_light</color>
+ <color name="grant_permissions_progress_color">#60000000</color>
</resources>