summaryrefslogtreecommitdiffstats
path: root/res/color
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/color
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/color')
-rw-r--r--res/color/all_apps_work_tab_text.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/res/color/all_apps_work_tab_text.xml b/res/color/all_apps_work_tab_text.xml
deleted file mode 100644
index 7279bf87d..000000000
--- a/res/color/all_apps_work_tab_text.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="@color/work_profile_color" android:state_selected="true"/>
- <item android:color="?android:attr/textColorTertiary"/>
-</selector> \ No newline at end of file