diff options
| author | Daniel Sandler <dsandler@android.com> | 2010-08-27 20:42:11 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-27 20:42:11 -0700 |
| commit | 9cf455f40f3df2ac50e8705a42a469e24d6e7ae5 (patch) | |
| tree | 18c6c3dda7dab417b305296bb09524c2d7484ee5 /packages | |
| parent | 1bc2c58d696883c0a25f843ce6ad1473a9b227cb (diff) | |
| parent | 02b19843d4fb28103cc4b21aa2017eeca795d87d (diff) | |
| download | frameworks_base-9cf455f40f3df2ac50e8705a42a469e24d6e7ae5.zip frameworks_base-9cf455f40f3df2ac50e8705a42a469e24d6e7ae5.tar.gz frameworks_base-9cf455f40f3df2ac50e8705a42a469e24d6e7ae5.tar.bz2 | |
am 02b19843: am 27cf4ad8: Fix build.
Merge commit '02b19843d4fb28103cc4b21aa2017eeca795d87d'
* commit '02b19843d4fb28103cc4b21aa2017eeca795d87d':
Fix build.
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/SystemUI/res/drawable/alert_bar_background.xml | 23 |
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> - |
