summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-08-27 23:36:20 -0400
committerDaniel Sandler <dsandler@android.com>2010-08-27 23:36:20 -0400
commit27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888 (patch)
treea9fafb08eb246add0052905b54b8f63395d4a02d /packages
parent0776deff39b7fe8435f2cbf6aa84bf202bac70f5 (diff)
downloadframeworks_base-27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888.zip
frameworks_base-27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888.tar.gz
frameworks_base-27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888.tar.bz2
Fix build.
Change-Id: I848bf50dc7c928e53a3637c4cec51ebcaef4f47f
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/drawable/alert_bar_background.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/SystemUI/res/drawable/alert_bar_background.xml b/packages/SystemUI/res/drawable/alert_bar_background.xml
deleted file mode 100644
index 24b6aa3..0000000
--- a/packages/SystemUI/res/drawable/alert_bar_background.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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>
-