summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2018-01-30 14:29:25 +0000
committerTony Mak <tonymak@google.com>2018-02-01 17:16:58 +0000
commitd6947d27293bc3dd0449d448e7a200bf95f2107a (patch)
tree6b6e4756ab25f5d34e2cd8a408cab0bcd2990f26 /res/values
parent1a341002fcd8b6491701f6b7a8583c6e02ee34ba (diff)
downloadandroid_packages_apps_Trebuchet-d6947d27293bc3dd0449d448e7a200bf95f2107a.tar.gz
android_packages_apps_Trebuchet-d6947d27293bc3dd0449d448e7a200bf95f2107a.tar.bz2
android_packages_apps_Trebuchet-d6947d27293bc3dd0449d448e7a200bf95f2107a.zip
Ditch work profile orange and use the accent color instead
FIXES: 72804074 Change-Id: If9dfd6eceb6b3d3365c32859d5cc13d6d49be1a0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/styles.xml4
2 files changed, 0 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4abdfd607..eb207af1e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -38,6 +38,4 @@
<color name="all_apps_bg_hand_fill">#E5E5E5</color>
<color name="all_apps_bg_hand_fill_dark">#9AA0A6</color>
-
- <color name="work_profile_color">#FF6D00</color>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c71484182..8cc4743a3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -168,8 +168,4 @@
<item name="android:colorControlHighlight">#DFE1E5</item>
<item name="android:colorForeground">@color/all_apps_bg_hand_fill_dark</item>
</style>
-
- <style name="WorkModeSwitchTheme" parent="@style/LauncherTheme">
- <item name="android:colorAccent">@color/work_profile_color</item>
- </style>
</resources>