summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/color
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-07-17 00:32:13 +0200
committerAdrian Roos <roosa@google.com>2014-07-17 01:32:30 +0200
commit19f653ec19e3435c707357ddf553f1b584c811da (patch)
tree50de0f0b1dc9c5d5e5925464fde39bf0e2c460d7 /packages/SystemUI/res/color
parentc20533c1a7772f61d904fad31e3998c055c03da5 (diff)
downloadframeworks_base-19f653ec19e3435c707357ddf553f1b584c811da.zip
frameworks_base-19f653ec19e3435c707357ddf553f1b584c811da.tar.gz
frameworks_base-19f653ec19e3435c707357ddf553f1b584c811da.tar.bz2
Update QS user switcher colors to spec
Bug: 15545213 Change-Id: Id0e48e4406c64d2a8a19ed8fdcec398896ca11c0
Diffstat (limited to 'packages/SystemUI/res/color')
-rw-r--r--packages/SystemUI/res/color/qs_user_detail_name.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/color/qs_user_detail_name.xml b/packages/SystemUI/res/color/qs_user_detail_name.xml
new file mode 100644
index 0000000..8ddb9be
--- /dev/null
+++ b/packages/SystemUI/res/color/qs_user_detail_name.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ ~ Copyright (C) 2014 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:state_activated="true" android:color="#ffffffff" />
+ <item android:color="#66ffffff" /> <!-- 40% white -->
+</selector> \ No newline at end of file