summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-09-14 14:58:43 -0700
committerWinson Chung <winsonc@google.com>2012-09-17 14:59:39 -0700
commit5f623011db42fc7bd6fb8e57becd7a8eeb23a915 (patch)
tree01e6db8659da017057de2569ae2cb04da82f5d05 /packages/SystemUI/res/drawable
parent9f5f80e7a64d9388e3e73763b5c73dcddaa729fc (diff)
downloadframeworks_base-5f623011db42fc7bd6fb8e57becd7a8eeb23a915.zip
frameworks_base-5f623011db42fc7bd6fb8e57becd7a8eeb23a915.tar.gz
frameworks_base-5f623011db42fc7bd6fb8e57becd7a8eeb23a915.tar.bz2
Making QS scrollable and making numerous tweaks.
- Updating new assets (all line up) - Updating brightness tile to reflect auto state - Fixing network tile asset colors - Adding press feedback Change-Id: I857f141258eefec65243454cb69905cbd2a10bf6
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/qs_tile_background.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/qs_tile_background.xml b/packages/SystemUI/res/drawable/qs_tile_background.xml
new file mode 100644
index 0000000..83dadd8
--- /dev/null
+++ b/packages/SystemUI/res/drawable/qs_tile_background.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2012, 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_pressed="true">
+ <color android:color="#252725" />
+ </item>
+ <item>
+ <color android:color="#1B1D1B" />
+ </item>
+</selector>