summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
diff options
context:
space:
mode:
authorOmari Stephens <xsdg@android.com>2010-08-27 23:43:08 -0700
committerOmari Stephens <xsdg@android.com>2010-08-27 23:43:08 -0700
commitc5d8f661400fd08322eafdef77de10438a5067a6 (patch)
tree47153d52f659c54816c2870c50e016b0c45dd5e2 /packages/SystemUI
parent9cf455f40f3df2ac50e8705a42a469e24d6e7ae5 (diff)
downloadframeworks_base-c5d8f661400fd08322eafdef77de10438a5067a6.zip
frameworks_base-c5d8f661400fd08322eafdef77de10438a5067a6.tar.gz
frameworks_base-c5d8f661400fd08322eafdef77de10438a5067a6.tar.bz2
Revert "Fix build."
This reverts commit 27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888. Ironically, this change (to fix the build in gingerbread) ended up breaking the (previously-green) build in master. It probably should have been marked to not merge. Either way, this fixes the master build
Diffstat (limited to 'packages/SystemUI')
-rw-r--r--packages/SystemUI/res/drawable/alert_bar_background.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/alert_bar_background.xml b/packages/SystemUI/res/drawable/alert_bar_background.xml
new file mode 100644
index 0000000..24b6aa3
--- /dev/null
+++ b/packages/SystemUI/res/drawable/alert_bar_background.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="@drawable/alert_bar_background_pressed" />
+ <item
+ android:drawable="@drawable/alert_bar_background_normal" />
+</selector>
+