summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-01-18 02:43:17 -0800
committerHyunyoung Song <hyunyoungs@google.com>2017-01-30 12:18:08 -0800
commitea383c312c57a65234bd7734903913aefa779184 (patch)
tree2fe24dadc2078a325ef9318fb3be4bf349525731 /res/values/colors.xml
parent72e1688019c4cf650fb533b38296a9442bedf72e (diff)
downloadandroid_packages_apps_Trebuchet-ea383c312c57a65234bd7734903913aefa779184.tar.gz
android_packages_apps_Trebuchet-ea383c312c57a65234bd7734903913aefa779184.tar.bz2
android_packages_apps_Trebuchet-ea383c312c57a65234bd7734903913aefa779184.zip
Changes required to use MaskableIconDrawable inside Launcher3
This CL will bake the legacy icons inside a grey background Note: There will be follow up CL to change the color and shadow of the legacy icon. The idea of this CL is to first test if MaskableIconDrawable methods and class work properly. Bug: 32063838 Bug: 33553066 Change-Id: I3d02e619fcb0cd9879baa22a025b5d95c829f26c
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a7b507c26..19bf51af8 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -52,4 +52,5 @@
<color name="fallback_secondary_color">#FF37474F</color>
<color name="notification_icon_default_color">#757575</color> <!-- Gray 600 -->
+ <color name="legacy_icon_background">#FFE0E0E0</color>
</resources>