diff options
| author | 2011-01-25 15:35:04 -0800 | |
|---|---|---|
| committer | 2011-01-25 15:35:04 -0800 | |
| commit | fc384e697f48d6cb8fe167e7b3249aad7da2e7b4 (patch) | |
| tree | 97817e9fb7600336a1f42b209183356422c3d4e7 | |
| parent | 4426f643ec3833e830bc2f9b8af5088343de1315 (diff) | |
Removing unused assets in mdpi
Change-Id: Id3bc90a10e602e35366d167fc72cc7edeaf15013
| -rw-r--r-- | packages/SystemUI/res/drawable-mdpi/button_frame_default.9.png | bin | 1550 -> 0 bytes | |||
| -rw-r--r-- | packages/SystemUI/res/drawable-mdpi/button_frame_pressed.9.png | bin | 2842 -> 0 bytes | |||
| -rw-r--r-- | packages/SystemUI/res/drawable-mdpi/signal_0.png | bin | 1453 -> 0 bytes | |||
| -rw-r--r-- | packages/SystemUI/res/drawable/button_frame.xml | 21 |
4 files changed, 0 insertions, 21 deletions
diff --git a/packages/SystemUI/res/drawable-mdpi/button_frame_default.9.png b/packages/SystemUI/res/drawable-mdpi/button_frame_default.9.png Binary files differdeleted file mode 100644 index 7ab1f261cb27..000000000000 --- a/packages/SystemUI/res/drawable-mdpi/button_frame_default.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/button_frame_pressed.9.png b/packages/SystemUI/res/drawable-mdpi/button_frame_pressed.9.png Binary files differdeleted file mode 100644 index 08f7a4d6bb45..000000000000 --- a/packages/SystemUI/res/drawable-mdpi/button_frame_pressed.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/signal_0.png b/packages/SystemUI/res/drawable-mdpi/signal_0.png Binary files differdeleted file mode 100644 index 00fb261e8b91..000000000000 --- a/packages/SystemUI/res/drawable-mdpi/signal_0.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable/button_frame.xml b/packages/SystemUI/res/drawable/button_frame.xml deleted file mode 100644 index 5db39a5da562..000000000000 --- a/packages/SystemUI/res/drawable/button_frame.xml +++ /dev/null @@ -1,21 +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/button_frame_pressed" /> - <item android:drawable="@drawable/button_frame_default" /> -</selector> - |