summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2011-12-06 13:20:39 -0800
committerMarco Nelissen <marcone@google.com>2011-12-06 13:20:39 -0800
commit2eec549fb6bdd1ade8f62467f0634eff04370ff2 (patch)
tree7179d1b874c95309b763261d86be25a17c8a7e6a
parent8d4c532ed4e3b47f0e60e20c86b2f827de01982e (diff)
downloadandroid_packages_apps_AudioFX-2eec549fb6bdd1ade8f62467f0634eff04370ff2.tar.gz
android_packages_apps_AudioFX-2eec549fb6bdd1ade8f62467f0634eff04370ff2.tar.bz2
android_packages_apps_AudioFX-2eec549fb6bdd1ade8f62467f0634eff04370ff2.zip
Remove unused assets
Change-Id: Iba695fcde928ea3db62d6812c48b541d870a97f3
-rw-r--r--res/drawable-hdpi/ic_btn_round_more_disabled.pngbin457 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_btn_round_more_normal.pngbin477 -> 0 bytes
-rw-r--r--res/drawable-ldpi/ic_btn_round_more_disabled.pngbin502 -> 0 bytes
-rw-r--r--res/drawable-ldpi/ic_btn_round_more_normal.pngbin518 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_btn_round_more_disabled.pngbin434 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_btn_round_more_normal.pngbin445 -> 0 bytes
-rw-r--r--res/drawable/ic_btn_round_more.xml22
7 files changed, 0 insertions, 22 deletions
diff --git a/res/drawable-hdpi/ic_btn_round_more_disabled.png b/res/drawable-hdpi/ic_btn_round_more_disabled.png
deleted file mode 100644
index 3f1176f..0000000
--- a/res/drawable-hdpi/ic_btn_round_more_disabled.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_btn_round_more_normal.png b/res/drawable-hdpi/ic_btn_round_more_normal.png
deleted file mode 100644
index 8abda4d..0000000
--- a/res/drawable-hdpi/ic_btn_round_more_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-ldpi/ic_btn_round_more_disabled.png b/res/drawable-ldpi/ic_btn_round_more_disabled.png
deleted file mode 100644
index 99c7a2f..0000000
--- a/res/drawable-ldpi/ic_btn_round_more_disabled.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-ldpi/ic_btn_round_more_normal.png b/res/drawable-ldpi/ic_btn_round_more_normal.png
deleted file mode 100644
index a8cb6d5..0000000
--- a/res/drawable-ldpi/ic_btn_round_more_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_btn_round_more_disabled.png b/res/drawable-mdpi/ic_btn_round_more_disabled.png
deleted file mode 100644
index 428edf2..0000000
--- a/res/drawable-mdpi/ic_btn_round_more_disabled.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_btn_round_more_normal.png b/res/drawable-mdpi/ic_btn_round_more_normal.png
deleted file mode 100644
index c2ecb01..0000000
--- a/res/drawable-mdpi/ic_btn_round_more_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_btn_round_more.xml b/res/drawable/ic_btn_round_more.xml
deleted file mode 100644
index 82b7593..0000000
--- a/res/drawable/ic_btn_round_more.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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_enabled="false"
- android:drawable="@drawable/ic_btn_round_more_disabled" />
- <item
- android:drawable="@drawable/ic_btn_round_more_normal" />
-</selector>