summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_notify_button_bg.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-10-15 13:39:38 -0400
committerDaniel Sandler <dsandler@android.com>2012-10-16 02:34:09 -0400
commit101784e5605338f22e32f587ffcaa09b582d556c (patch)
tree36998b0170fafdfd46565fcc812cb3ac98c57af0 /packages/SystemUI/res/drawable/ic_notify_button_bg.xml
parent3f840c8c3c1c53f046f6d187b2d3c4120b8d8afe (diff)
downloadframeworks_base-101784e5605338f22e32f587ffcaa09b582d556c.zip
frameworks_base-101784e5605338f22e32f587ffcaa09b582d556c.tar.gz
frameworks_base-101784e5605338f22e32f587ffcaa09b582d556c.tar.bz2
Flipping quick settings!
Bug: 7348917 ╰(°□°╰) Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5
Diffstat (limited to 'packages/SystemUI/res/drawable/ic_notify_button_bg.xml')
-rw-r--r--packages/SystemUI/res/drawable/ic_notify_button_bg.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_notify_button_bg.xml b/packages/SystemUI/res/drawable/ic_notify_button_bg.xml
new file mode 100644
index 0000000..85f1ea2
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_notify_button_bg.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 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" android:drawable="@*android:drawable/list_selector_pressed_holo_dark" />
+ <item android:drawable="@*android:drawable/list_selector_disabled_holo_dark" />
+</selector>