diff --git a/CtsTestCaseList.mk b/CtsTestCaseList.mk
index f6e26c3d536548583830adc01f1e15339fd287d4..45150c1a04a73b3f25b76cf43aba1e16f6dfa0ce 100644
--- a/CtsTestCaseList.mk
+++ b/CtsTestCaseList.mk
@@ -74,7 +74,6 @@ cts_test_packages := \
CtsGraphicsTestCases \
CtsGraphics2TestCases \
CtsHardwareTestCases \
- CtsHoloTestCases \
CtsJniTestCases \
CtsKeystoreTestCases \
CtsLocationTestCases \
diff --git a/hostsidetests/holo/assets/18/hdpi.zip b/hostsidetests/holo/assets/18/hdpi.zip
deleted file mode 100644
index 79e045f58086b2b2c3507d8dc5a331b02eac8d48..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/hdpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/ldpi.zip b/hostsidetests/holo/assets/18/ldpi.zip
deleted file mode 100644
index 4321274cc20814eecb23ad401d723760d8706019..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/ldpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/mdpi.zip b/hostsidetests/holo/assets/18/mdpi.zip
deleted file mode 100644
index 9872b16b5c8e3263b0754cbb921a7488568f0f42..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/mdpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/tvdpi.zip b/hostsidetests/holo/assets/18/tvdpi.zip
deleted file mode 100644
index f18d019e96c2349f888c5f695c31f159b74c4a80..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/tvdpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/xhdpi.zip b/hostsidetests/holo/assets/18/xhdpi.zip
deleted file mode 100644
index a1f2c6536707a3c5e6f57e12b52c7ebe582c8d2c..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/xhdpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/xxhdpi.zip b/hostsidetests/holo/assets/18/xxhdpi.zip
deleted file mode 100644
index 331baf3a73370455e820b78bfa569cdc4487e3c0..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/xxhdpi.zip and /dev/null differ
diff --git a/hostsidetests/holo/assets/18/xxxhdpi.zip b/hostsidetests/holo/assets/18/xxxhdpi.zip
deleted file mode 100644
index 8fc56ae8979c31187d0767509cecfc1d66b019e6..0000000000000000000000000000000000000000
Binary files a/hostsidetests/holo/assets/18/xxxhdpi.zip and /dev/null differ
diff --git a/hostsidetests/theme/assets/18/400dpi.zip b/hostsidetests/theme/assets/18/400dpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..21d2ea8a7c4e0017ac341e7efb880f9196be1385
Binary files /dev/null and b/hostsidetests/theme/assets/18/400dpi.zip differ
diff --git a/hostsidetests/theme/assets/18/hdpi.zip b/hostsidetests/theme/assets/18/hdpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3f7fb6d1c36af3394f733926bbc110e1c91f0725
Binary files /dev/null and b/hostsidetests/theme/assets/18/hdpi.zip differ
diff --git a/hostsidetests/theme/assets/18/ldpi.zip b/hostsidetests/theme/assets/18/ldpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..957a6e3a2d0e37ab98a62e0d8fc82731deb12b1c
Binary files /dev/null and b/hostsidetests/theme/assets/18/ldpi.zip differ
diff --git a/hostsidetests/theme/assets/18/mdpi.zip b/hostsidetests/theme/assets/18/mdpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..833a8d5dc6cfbe4ccb960a4edcb1697438444455
Binary files /dev/null and b/hostsidetests/theme/assets/18/mdpi.zip differ
diff --git a/hostsidetests/theme/assets/18/tvdpi.zip b/hostsidetests/theme/assets/18/tvdpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..017f059315af641822d3c3a3021c21c30f407098
Binary files /dev/null and b/hostsidetests/theme/assets/18/tvdpi.zip differ
diff --git a/hostsidetests/theme/assets/18/xhdpi.zip b/hostsidetests/theme/assets/18/xhdpi.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4bcdcae4683ff9fc70a1a4c16d15fcdc058f3473
Binary files /dev/null and b/hostsidetests/theme/assets/18/xhdpi.zip differ
diff --git a/tests/tests/holo/Android.mk b/tests/tests/holo/Android.mk
deleted file mode 100644
index d84411632b3b94969bb2d7e1f6961bda1b702335..0000000000000000000000000000000000000000
--- a/tests/tests/holo/Android.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (C) 2011 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.
-
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-# don't include this package in any target
-LOCAL_MODULE_TAGS := optional
-# and when built explicitly put it in the data partition
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
-
-LOCAL_JAVA_LIBRARIES := android.test.runner
-
-LOCAL_STATIC_JAVA_LIBRARIES := ctstestrunner
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_AAPT_FLAGS = -c land -c xx_YY -c cs -c 320dpi -c 240dpi -c 213dpi -c 160dpi -c 120dpi
-
-LOCAL_PACKAGE_NAME := CtsHoloTestCases
-
-LOCAL_MODULE_TAGS := tests
-
-LOCAL_SDK_VERSION := current
-
-include $(BUILD_CTS_PACKAGE)
diff --git a/tests/tests/holo/AndroidManifest.xml b/tests/tests/holo/AndroidManifest.xml
deleted file mode 100644
index 4a03ba3c984d72b9e9399ff79f6a236452c13ab4..0000000000000000000000000000000000000000
--- a/tests/tests/holo/AndroidManifest.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/tests/holo/res/drawable-hdpi/display_info.png b/tests/tests/holo/res/drawable-hdpi/display_info.png
deleted file mode 100644
index 10b3950d45a1c20e02bbf68a6bc60687ba2ad4f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button.png b/tests/tests/holo/res/drawable-hdpi/holo_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png
deleted file mode 100644
index 8cbdbbee7138f951c4b600a229b9bed68664aa19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 4b076dd06530473f52da9f6981dfcdd6ce155d68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 8cbdbbee7138f951c4b600a229b9bed68664aa19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 4b076dd06530473f52da9f6981dfcdd6ce155d68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png
deleted file mode 100644
index dbef87599a7f17f1f23f0d26048b90822212b57b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 6da07c4f88645152489e01eb39de0d027ea43bfb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png
deleted file mode 100644
index dbef87599a7f17f1f23f0d26048b90822212b57b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 6da07c4f88645152489e01eb39de0d027ea43bfb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 19b368eb6405876215f0b67fe7e777e89e6fa3fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png
deleted file mode 100644
index 5b26c8294661b1423587d9beb00a9bb8d9cca4e9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 56a9b64f7cc7357955a771328577f83d20b37547..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview.png
deleted file mode 100644
index 4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png
deleted file mode 100644
index 91b92f7b8517cd2f67882ea9ac48b4eee18926a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 55277e8b87534cdee04b092a060ee87ea1be57c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png
deleted file mode 100644
index 55277e8b87534cdee04b092a060ee87ea1be57c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png
deleted file mode 100644
index fd66f5044997600f440636eda581d51ec4b595d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 124fe442090dc472f23e9d19f76122b83c7cd4fc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 2316e8a7887ffeec9cc5053da65f66ca4dbdeed9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index f2055e0747174665c6da18c8529af0018cedcc83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/display_info.png b/tests/tests/holo/res/drawable-land-hdpi/display_info.png
deleted file mode 100644
index a665018f78f0b5955f516b613ac660f0d0985bd1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview.png
deleted file mode 100644
index dc730b4f42943d1933e89b51a25c2906bc6d2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_light_tabhost.png
deleted file mode 100644
index df6101c8145b1d05d2a34a8d40aff5abd2f94823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_panel_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index da19499c3ebe0c440cb16e38be3c721f74618145..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index f4a97c728d5e32fb743d2eb342b2cc2186020f02..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-hdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/display_info.png b/tests/tests/holo/res/drawable-land-ldpi/display_info.png
deleted file mode 100644
index 64c8f3a8ce3dfd39ef8a8f280f85341915532b1f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview.png
deleted file mode 100644
index 3364ae1b8f14593990271b19a617acc461bed9a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_light_tabhost.png
deleted file mode 100644
index 6f088a974c5a696c683375c0eebebce269cd40c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_panel_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 8d863518a3ebdd4f7a758407196bb476e7f5c9f2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index f8684dc50c0e92c7d8a6a514370bdd30d48648e5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-ldpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/display_info.png b/tests/tests/holo/res/drawable-land-mdpi/display_info.png
deleted file mode 100644
index f3e676560837fe24da26a3f821aad8eab29d6842..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview.png
deleted file mode 100644
index 133fa960a0a53e732b9e708617d77affc105a2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png
deleted file mode 100644
index 924c38cf2c6e1781d6c0ff5c6d31eb80b1dc2bd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index a4ed4e6cd85d72e4d1f189c096297ab3c1e9adc2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 7b9af81431bf76e28972f6c10a44fb614b0abc85..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/display_info.png b/tests/tests/holo/res/drawable-land-tvdpi/display_info.png
deleted file mode 100644
index 99de970133ca2b042515a172ed0c3141361cea2b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview.png
deleted file mode 100644
index 9ff0a17cdd44ea2d72dfc0ac5cd6d02e5815ac7f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_light_tabhost.png
deleted file mode 100644
index 68be9b4a854654e137ed11f05b532511093e6ced..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 7320b9893c003505a56d28025fd0b3ec16858542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 30480bcdf53da73d35cf7fee979e823e29fc0b6b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-tvdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/display_info.png b/tests/tests/holo/res/drawable-land-xhdpi/display_info.png
deleted file mode 100644
index 4c0c2b41e39fccf76939bd3178663824f9412f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview.png
deleted file mode 100644
index 1997d624a3b10e36bc6bc32f9c763479199e02a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_light_tabhost.png
deleted file mode 100644
index baaf52784f1d5e96c89d87fcf681252f62f30387..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index de97e9f55932cd10ec1301b0ea6fb723796beba0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index e03bb5897c06b07930c32bf61e05320c6ef9cf4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-land-xhdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/display_info.png b/tests/tests/holo/res/drawable-ldpi/display_info.png
deleted file mode 100644
index af1fda5414c686fdbb418eadccadf48577182437..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_button.png b/tests/tests/holo/res/drawable-ldpi/holo_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view.png
deleted file mode 100644
index bf81b92aefa135186bbe0ba8b34a222cef48a05e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 1413081aeda0652d289c21b9536b6c8068874af5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view.png
deleted file mode 100644
index bf81b92aefa135186bbe0ba8b34a222cef48a05e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 1413081aeda0652d289c21b9536b6c8068874af5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view.png
deleted file mode 100644
index 17fccd06cbe11c277c953b8f68dc90ea24bfb11b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 34f7575389620c94499e33f2baef665f310df1bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 17fccd06cbe11c277c953b8f68dc90ea24bfb11b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 34f7575389620c94499e33f2baef665f310df1bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view.png
deleted file mode 100644
index f8fda5866887d84771c60297dc8f7ad8ddca4505..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 3fa561864b6f1c69024359af981936555afbcd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 361f2b374820e2c86c9ec31be6fd9bc0aa82ce44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view.png
deleted file mode 100644
index 361f2b374820e2c86c9ec31be6fd9bc0aa82ce44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_searchview.png
deleted file mode 100644
index e5feeb862f49914c1f8fd105361f7b908fea2ed3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_light_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_light_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_light_tabhost.png
deleted file mode 100644
index a744207436353b9dd369305cd4188dbb72827a62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_light_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index db37373d6a9ba923e7d0ea8a7e2e5d752cef5d18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view.png
deleted file mode 100644
index f40f69324218afc54196664260f67add98042891..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 13be46787e74f517003c1252be21235194fa29bc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview.png
deleted file mode 100644
index ca76a706a045a720ef32b1b5bb1a422a32bc7da7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index d6387669fcb12a3c3f51fad3c61eae0885dc6998..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/display_info.png b/tests/tests/holo/res/drawable-mdpi/display_info.png
deleted file mode 100644
index 4378b1456000190abf97e27bfeceeb5a9321517c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_button.png b/tests/tests/holo/res/drawable-mdpi/holo_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png
deleted file mode 100644
index 99a3e8b0ed0a7312ebb4c376a1248cbff5c34b1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png
deleted file mode 100644
index 99a3e8b0ed0a7312ebb4c376a1248cbff5c34b1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 99a3e8b0ed0a7312ebb4c376a1248cbff5c34b1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index 99a3e8b0ed0a7312ebb4c376a1248cbff5c34b1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png
deleted file mode 100644
index 589f990c8ebef97072aa1bb6373924f7d360cd86..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png
deleted file mode 100644
index 589f990c8ebef97072aa1bb6373924f7d360cd86..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png
deleted file mode 100644
index 589f990c8ebef97072aa1bb6373924f7d360cd86..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 589f990c8ebef97072aa1bb6373924f7d360cd86..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index 589f990c8ebef97072aa1bb6373924f7d360cd86..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png
deleted file mode 100644
index 474761d740ace4004ee2cdb7b96057c0ad32c2dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png
deleted file mode 100644
index 4194f1370bf73a3ced9fa2adba686c2b3b49bdcd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png
deleted file mode 100644
index 4114896916d9feca8a1a459314b38e2e36d806c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png
deleted file mode 100644
index 99a3e8b0ed0a7312ebb4c376a1248cbff5c34b1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png
deleted file mode 100644
index 80524d07e9da01e228b55feb7ebbfe5ec543d5e1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 06ec15bd580bb7342f5ffe1575eb03ef8b36ebe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index d3572e9743f21792545b6b51e1a15a50741d02a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/display_info.png
deleted file mode 100644
index 1e61b19599bcd889acfbec1f6ec5982b2bd49bf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button.png
deleted file mode 100644
index 87052f52e3678cb87c7dc0f2a1eb05714c0f4fc4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index 73d77e2bd45992b1c53774415628695f25a06acf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index deef2a432cab6274d673a21db0ae3b804d845ee2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index 8048ddf7259647ea90e48f0e78335ddc4de519a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index a3cee2b96f8bfcafad4b7790b6519d4aa0bd496b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index 17f93d9521aab72ba34d0c7dc4dec0d91f826b99..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index b7cbdbd2f536aeeec07bb6217b300c15ebcf868e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 37d0d309355d938c73b7ac94f18bf1a85bd99e04..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index c2edee4b79a52948560bf36c7ecac73e3f85c90f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button.png
deleted file mode 100644
index 0da38101a9d1a242399dcc8b7859c0a9dfbb77a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 9b317b20c4790e3990a63f22221f0202dd01f533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 5c73a947f006d328bf3081a8f0bb41b109f12445..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index ab21d845fb9f7710f49246b926941bb26878664a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index eb69c2f84fe8555ecde32e49547446104e392e4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 8a38f74f5b9336e29c3cf80c692993f7593ba965..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ad6086d5338b2d92edd48b7146e8c73e2e46c2d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 1dd698f7cfe50fd2662114ff6d075c30994ec2f6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 1a64fe9779d141ec5da65b5240136006bd45ac4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview.png
deleted file mode 100644
index 12c8e8b1174ed230f1403c5af85f190041f969e6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query.png
deleted file mode 100644
index 02a62c250962d74776bf37742d559510f616c25d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index a2aad7da3812c1c06f2047022991c464308fc6ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_0.png
deleted file mode 100644
index 1c34052dc6d58018d7cb888ccfbad6a2a3021df6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_50.png
deleted file mode 100644
index 8668f5b245fee77d8ddc7052bb6231f2ff0f4667..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_spinner.png
deleted file mode 100644
index c8efdf72557136fbdf9990e3d2ba0b917ef56cc3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch.png
deleted file mode 100644
index 05ccd02af26a4539e31b63ba25b2c978efd7da00..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch_checked.png
deleted file mode 100644
index 7b6dc11d30931fd3cc01c4daabcee903bfe0e7a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_tabhost.png
deleted file mode 100644
index e5c80c0c811621c7efdcf1dcd3b741601dd05daa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_textview.png
deleted file mode 100644
index b1dc1989901b0101a2f9502e9b9fad662ddd0b6f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_timepicker.png
deleted file mode 100644
index 8c0679d4343794c0b6d78aa1e857f0fe4452cb75..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button.png
deleted file mode 100644
index 1e9ba8af6d644e2fcc747d6577f237f8093ac846..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index f4262fbd3980f011f37d5bf8b74257229f3929dd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 571f25574d1c2231e18b0add2431f23edf4d14db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 1e9ff2376f60ad0d2c8eb38cd13593cf817c94c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 98700decd435fbec3712625381d733bcfa415af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 8196fea5d91197f8712de3364bb2b0ba4bee2de8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index ba0162d5329092c3fe89e03b1d8aeee52b2754e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index 12513606ca19c6d1e6c7f5d99a681ce9d92b4f87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index f8225d98107135fa8fef6e5127fdaff07bdc47a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index 8f2abdef0cd4dbc6b15dc2e05434f139ea7d5972..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index da356b540e660341b4d946f0f5cd66898ee05a67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index c3920f031fd6cde098f938cba04c6697a2c8f5e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 23932afea02281e963ba098a597635cd764fe4b6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index a39ebf999cb7ccf662a446d615ea287ee4e4202d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 73e5320d081bfe925e047a9d3066032b5bad2f5f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 9dd6f3d2c6a538596154a83a32f0be529aa34584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 437d6c887b6e6e19ace06a34c27ae5586fbeeed1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index 4cd45ad025aae828268609e551b40d7c40310265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index 369d7b465a977c7ee28e1d82207992fecca78cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index cff0e831782c58dab3fb2e7fb95e511718f3b30e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 45a2cb76dcd63e25104cf9b855d90d86e8c4dd4f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 38779151d91863386aa3164008e3a6064a0e2677..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 1a270f9d993500aed6bfa7ae247a4a9d71963c97..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index 0dcc0b9dc369e772154060c1c338cd5120cfb9c8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index 858917788a1fdcb1fab302a4765530fdfed0a5d8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 9add86dc2ad2059eea7796d6b1b2b25ef89cc6ff..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index befe64b0b5dbb55f4841f125a5a471211086d329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 3ab433c89d924a8b2fb2105f500c52fff3c5e490..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index 4dc4b050732df347508b406e0158c896a9ad3f34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 2ca185211505ec0864b969e3c37920ef9aab787d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 84d8b8c9341601235661c6180c930a1409dac3c4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 87c629e4fa5d01416e3f70778e56264950449e4b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 1122d5ef1c27ce0289524295db8e53674f6d6714..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 8a89a0f03b587315499a699ca4173d18a772ecbf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 3869d1847e1f1ad43f948eb6173da3fcc18a4f3b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index 4a13daa5b53e822cdccede24ff515474f589fe40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index b35f83c32dfc8a79d901a14485121c5aa79c0d1a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 0873321db0ad1f582febaea0adb342d361800864..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 494147b6934bca4db290769706e0b4f0e8e09eb7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index 1ce56c7ddd7d294e9a9c1a54f52d509f95ced2d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch.png
deleted file mode 100644
index caededd15df3e6029e3d69c0808b706a3f48f1f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0af24d69cccb09de4970344e57b3e16030f353ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 829d0e9cf9ad0d4fc8dc31fe24c8be6f17636310..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_textview.png
deleted file mode 100644
index b91cf11c63a4d27edecbbd7f7bc4484f71e049ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 38b07a9f90392b85d1160a56801e10db3a28c3ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 879d42d1363d1f6b954b6c13ac839fd87f7dea5d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index 4c585a498f66a0d2d7c79f6cd9cf295cefd7b550..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-hdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-hdpi/display_info.png
deleted file mode 100644
index 123440e2affffb22d55c14a00a7fc1648427136e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-land-hdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-ldpi/display_info.png
deleted file mode 100644
index 7b8a0adb2323148814f454b41dd0810d6bb08989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-land-ldpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-mdpi/display_info.png
deleted file mode 100644
index e285898cc1c62d5f3a6fc150eba82edc82ed9597..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-land-mdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/display_info.png
deleted file mode 100644
index af4eaaa8fffe526c32f715b4b763111646e26346..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-land-tvdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/display_info.png
deleted file mode 100644
index 995af6735b73ffd42f36de1a1d48ad4b393f159f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-land-xhdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/display_info.png
deleted file mode 100644
index 4d9d8105e9f15b18e181c3d434eeee130eea30c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button.png
deleted file mode 100644
index 275174d7aeabcd1df11eaf141db5fb3598c98358..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index eee5a8ca24b115f460bce4589108af17dfffeb08..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 4c8f6885314fd57f6cb6cf1b01256c91b6f29161..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox.png
deleted file mode 100644
index df985a086bc73e9fb5e989d5a20fdf5f25992bfc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index a7c2f00663622b6748ac2545c3743a8910220f74..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a175b59ff25b46e8c1d517360d0e87f215528853..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_edittext.png
deleted file mode 100644
index c65471fb921693526b745e546ad719e8665484e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index c9914b255a491f2d2ce6e8bf176b58aebdf3b562..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 240efaaf7913512d6e0e38957ded10e4c995afe5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 58623c11820b9060c0a4e227d8a94e3149f9807c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button.png
deleted file mode 100644
index a597e525b66e0ae31a4e3b6eadac193391fe0e83..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button_checked.png
deleted file mode 100644
index d840aa5613adaf583284a97b9e4ba9f70f9d4681..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 7528a0d686c339e6e33b8fe13c9cc32116655a88..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 4832e821892dff2cfde08485614bf9201b0bfc7b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 2f1a8a044a11ada341329a48017cce8e4718b37a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 47c785176d5d318432ef19a04cef5893d33283a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index e35abf925f835206ed0f22e1b78d508c8f011e23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index a9d7fd4cac192f39fd7672b4032739b0b2f0da21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 23afb05fb125227eabe8cb7e645333e7395df7da..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 1747219f612ad708cdac99174c3be9dff1cccb62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview.png
deleted file mode 100644
index 9524996da270ba67cd0ec0b2519cccc155d36439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query.png
deleted file mode 100644
index 955df0d4993a6ad73992aab75dfdea22d7b4a09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index c821a13912fe91b9c9e65d9d0ea02d22b48dfcaf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_0.png
deleted file mode 100644
index f758a260ce268ba4132b148dc30000ecd2741ec2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_100.png
deleted file mode 100644
index fdc8fa1c562f854971facd95c5a39726c901301d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_50.png
deleted file mode 100644
index d19d3c9c13a8a060cf2ffa6a6e9d3c05e6ab4dce..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_spinner.png
deleted file mode 100644
index 912cce87a3c4018da5c3417f1da128ba755925df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch.png
deleted file mode 100644
index 16c313968d359eb1d5b6439b0f5c724b4f15e755..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch_checked.png
deleted file mode 100644
index c558018516653301fe325f8a2108d2db65b2de43..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_tabhost.png
deleted file mode 100644
index e207101c4e310da7493482cbd8b6768ec1c35b82..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_textview.png
deleted file mode 100644
index 3d4b1d3293fb8c708dc876b3eafb110ebd3d5fae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_timepicker.png
deleted file mode 100644
index 5ad405466b1e6c6b359ad54c0d6d833ae7f9d89e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button.png
deleted file mode 100644
index 83e3e2cf3730d602917589efd739a5969ac49656..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index 9badc06ed80a2bdabea7c671a0e172b66c0d3116..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index ccc3fae88cdf4a0e792a302cd100fb74127b0583..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 378a1f5f36e1b6e07e4cdb2b028a345cf6eaa09c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 01dca5defca7e35c4e2d6d56fe6dc1ff5eafc9c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 9c1900bb84a66d0cba5fde12917062ac77432766..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 2bf815f9797d5102180559701ff8334919ddef0c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index e807324549925d36b2c33accbd35ca50a3a05885..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 8ab94848714d9cab2efa3cf6d7e3ad8bf34554c5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index be9cda3867cb1346b7b9a88f21ddce9e9aefb6a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index e15a98740890d4941ab7079ccb8d8125982f50fb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 27aeb2042f5ff773dfba62f401c8d4afe543c047..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 25db486ec4bf012e373b4dcd547701a72587c77a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index b0dc96f3423f9f6b6e77a127dfb3ce15f21272a3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 138efa12ce453bdc41eddf8929992ea454e621d9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 18ac3ac88986b239dc5abb7351423bfe154dde98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index b2cab28c1ecae98c71df3bd651588b40f844420f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index d843209c91fa60b9eebf4d829faec9b20f776d9b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index 07a56b33914559ed1c477b5f610cca4cc80da67e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 06fec8fbb4f6b5cf7b3ff7d64aedf60ddb0cc77f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index a02768d3f979e9e7858a75f8894397980aecb41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index af1e76832aa459972cafaaf11524a6bff6ca66ec..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index a7399edc7870d382d9ffbfb2bd8817b9f05744a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index fe29e1d7a3e6307f80b9eec621b8da30eb9668f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 28c0a402a776856b1fe874407b2b2533c9599d5e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index e95d3f36ce12879f7da61a5321975fe8778fdf4d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index 90595d0f863e51306d4b580293784cbf8677c8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 487636df443891326f4320469548d1930d7cced4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index 235d16a74ee070bde491de6fab74ebb285dc07f1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 88279b82d4c22d74c097c8cf0ba76ff51c51702a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index d4b841db1059b68f72bd19a126f1b0494741a205..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 3e80e24b4be5e517d501f32bfa23148973c83c07..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index b0c4cf2db4f68b452b8b421cdab8f671ab55334a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 13eee57337729e995a9f51936ae9309ec9bf5661..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index ccd4d3027c7840eb7fe675b14a4e08a34c0bf1e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview.png
deleted file mode 100644
index d1bb1a51ddb5f381d2eb8b78de73f31d67e72533..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 3c1aabc3c47c237c17c0158c9d2288a9896da9a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index a8716b893aee1e31dafa6e8b250671ed680200dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 2cddf441fb005b49b3c10c48dae8fd89b99584c3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index f30829c12930f4ed666b9274d348ba3170305560..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 38f68c47a4c61dc2cc354dd40f53434c3c711f0b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_spinner.png
deleted file mode 100644
index 96223de705fc4bc28de45b7c98a02b3c103f103f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch.png
deleted file mode 100644
index 6f254db7206c0c1ba173589ef929655349e23388..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0afe372e09a02a07e7d623e6eb68552a0696ab1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 84e59a72c93ff817584c93a73c5377b89022576f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_textview.png
deleted file mode 100644
index 2c84498829796056740162e859114363b4d518ea..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index f5c0bbcb139efc3e77198ac71f94558fa85c180b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 8b50ed1f3b4a11c99b8ce6be010858703d1de8ed..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index e1d67531db08ef7e3294bb4c6e1c8ebc54c511f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-ldpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/display_info.png
deleted file mode 100644
index b875d76f4b94878765f49582856a1c26b99403be..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index ace3c3ed8a1659e9b2ec7fc6874d611f6059abae..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index d740f628966bf616621ab8882f1e9262d8095a31..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button.png
deleted file mode 100644
index d5745e6b749df7191d81e32cbf67c935605517d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index 5c22601b86db7e5f59cce23b0f369cccce45fe61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 5e36c66464fdb1014fb1676ef6ae6bc077af626c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index 4a8b11b5f937cd00a410e0be132d4d9cb7f76a40..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index 17fdb74fa58bb550981b918e01160f721618fd93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index 6ad3ee88ec8a89f5d09294d3987c243ed1b4045a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 2a0ec7dd75078abe4304c813eddf922706190ae2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 47c6e79c96ab6dc16400b725a2e34f12d45ca448..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index fb869367fcfec7a32c8489a50894272c9a8228f7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 7fd1e0a6ef3d393f54b1c94f24ac103d2b0a18c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button.png
deleted file mode 100644
index 1ce162bc4e0b703d007e060d8305bad946b6ad87..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 8854e56c904d03f2df18b5d6b89451836d38083e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 5fcca37b9233e5c91faed2a12d9af33ec2691031..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 05929d08edba46492c8618126615adc4f9653ad3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 2fabd8a09284c31b724acf7292239158385b9b23..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e982bc7964d20d4ac228925b64e722a865e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 2bebaba9250c5e6feb116bfe512dc4fd02045cd6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91a16f3605830b5321d897fc952206cc005..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 51ee230b6845f448f93a23e254f4c39fa7f4b9e4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54bbbda5d22466b6256f7524f9afdefde59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview.png
deleted file mode 100644
index 5a307589a10a717f510a630d0174d704cc95fb91..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query.png
deleted file mode 100644
index 52e7b9ed9d0fd000b4fcc31bb890d6ec871ece4c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index 1153f3ad4de362119baddc29215fddde33aebecc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_0.png
deleted file mode 100644
index 15c004ccbdef535cab05a9ac5dc7c0482d849b12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_50.png
deleted file mode 100644
index bd9518b8765d9123fd3811b64eaca21e8979f610..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_spinner.png
deleted file mode 100644
index 2d15530d50c9f37cf94e08c98e03e61ce5c1e8c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch.png
deleted file mode 100644
index 4b094b14b025fb3a4ca97d77f86e9adcfce0e73b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch_checked.png
deleted file mode 100644
index 56707feb2af304802d907254749cf6506f1345fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png
deleted file mode 100644
index 8ccf6d4de3bf5d3c85a2a6a7c56f72a6683df707..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_textview.png
deleted file mode 100644
index f381112185135b3b4d618b911cfca6306e000efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_timepicker.png
deleted file mode 100644
index 8a310b9698ce3da6b3af9615225cab8e04bafa70..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button.png
deleted file mode 100644
index 48592c77e1b234ced9a1b5b83eb8b27acb3dc8a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index a902709252dd8f9c2e7d3ceb6921208914c5fecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 6574fae1146bbf15219a0925356f9faf13ab919b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 6c1eeb14efe9b04317d3f3376c6e6c62fba4a77b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 851f180395d0e2b3e2a77b5557d9788f39275515..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index f181943b593073c0eef9baf815d6a70d450777c7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index a52e05b392e618c566e790a6412d6c2a1a0c4e34..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index c7c30b608357dc54c8c4f683b4382c53b93216ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index e4b7c6769fd48ad573376f6b3140d51a2b834e69..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index e6193f2a9d2bfb74726091ca1806fbcce1af7d15..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index 92fe5e4bba8bc95918623d311c2550ff6f0fc4b2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 0adfd5c7a7b33643e8283f5b3ad42e39e525ac93..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index f941e7ea078cce26a422d6fa42b54c51a08b5b98..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index a780621b405b305cc8ddf78ed3878eb383a9d295..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index cc606e9b53de0e8489daab67e1107fd48e20e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 7a9bf77c4936520608ea400d382a8e06f1ce766f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 28f3a9c25d07ba7688658f9c5bb63288e47f7989..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index ca21e8df276f33c177f4145f2274036b444cf2d1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index b42cb54548ab2dead99c96d4d18f3459ead7d542..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index d027b03bf2725080a03a1e3865351ba111133ec1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index 5c53ebdc8d6072208a338f1a94b7c5d5e33675bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 80fff1c03137a775693aa760b91fd9bd938123b0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 2de6b3af5df76ba2e0eb59f9503d4a94cde1f29b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 50301a4c396fa5852b15beb8a51a1f8aa4ea852c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 1240e6a156d89e0b990dd63292becff52139f265..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index f750d97598b43553b91ff50e6d66a0f67bdb5e13..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index e891cda1b80b8944395c88d838ccfd9a91c278a7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 779dd5ef353020e9ea5d39388b89055ef22f52bd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index aca9093cf3856fb51de73bde3d80b35a397fdd8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 00a9aaba7316fd5c831dc7f461b384311ac0697c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index 06f40703772fbc6794953d9e2598c1329e674608..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index 88725b1ff28abcb4f6c5ba45a93e1c46da23da67..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c8b4954471c7071ef10a31438fdef6fa95..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index f62fa447b2523c1ef357a845e93eccbf4259cabc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7bb1086b6645dd1cbcb59107e07c85e9d50..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index d4ccda722aa3a0b5745e59ca52d9fda96b37d526..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index b3220a8bc0cdb36a0dbea5581c83cef733eed4a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index c8c90cde4fa1405ce6f2f9987a411717dbf71ccc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 7163ee5ec685766f230480488b0d9a95987ab6a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 1f898c88e4fe0a4c6d00cd2d3ac0636435553823..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index d1c57a43199b58163495068f925440e359913423..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index babb158c8b13f3960dc877ff2bbb0cf4161400a5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 4dfe0879b44255a76a3b6b093bc86eb95b05995a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index ffb5d39704019b35e3083e1d119c2c127c19e5ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 9e783bc97bc99de2cb950122a1d829d0d07c4da6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_textview.png
deleted file mode 100644
index de1c951053751ef183efc825613a58f6883a07a2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 969da39d245093ce865d70ac41178c86fbd36050..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 21822b6c0a4d7c1a8a673dd776e69111079880c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index fc24190c350aeb80a0d74806009b9749e18a0b62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/display_info.png
deleted file mode 100644
index 6db0c613f2f7ae02e8fe095612c4f219a82d3954..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png
deleted file mode 100644
index 40c9572f0ae3c5e8ab22eae0cae656b615fac3df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png
deleted file mode 100644
index d8b2f0826b13a1198e036624bd16281c483782ad..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index b389e1ae23a7bbf11f9fde4d7925bcf1f887f71d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index a66b4e351df5bb17ecd221626ddf48fffce454de..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/display_info.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/display_info.png
deleted file mode 100644
index 0ebb8c75b4aea4b95e5d683810e90c65dd98abdf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview.png
deleted file mode 100644
index 228b1fbf0ba8a04afd3b013c950c8147f23165dc..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_tabhost.png
deleted file mode 100644
index 5c0d712fbdadf51d43a4115a9c7ab50b1f706f51..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 14df18c6de28f35de14739777a655f14e86ac532..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 08234498b0dffc6e72a78c3b8c624652bd5a8d1e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-sw600dp-xhdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/display_info.png b/tests/tests/holo/res/drawable-tvdpi/display_info.png
deleted file mode 100644
index d9825fb740cfaef82ce107b731acfa5c083cd12d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png
deleted file mode 100644
index d44f1815a839cfdd2e69e7cf244c15ef46dd835e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 6298732b756565dbf35f1ab2f04aa141f8bcca14..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png
deleted file mode 100644
index d44f1815a839cfdd2e69e7cf244c15ef46dd835e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 6298732b756565dbf35f1ab2f04aa141f8bcca14..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png
deleted file mode 100644
index d44f1815a839cfdd2e69e7cf244c15ef46dd835e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 6298732b756565dbf35f1ab2f04aa141f8bcca14..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index d44f1815a839cfdd2e69e7cf244c15ef46dd835e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 6298732b756565dbf35f1ab2f04aa141f8bcca14..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png
deleted file mode 100644
index b3b904d6ff548e86e2343a61d2a13b4bbed9cecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index 69aaa7e2ce33e0dde4ecdb1d0a4a8476768feff9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png
deleted file mode 100644
index b3b904d6ff548e86e2343a61d2a13b4bbed9cecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index 69aaa7e2ce33e0dde4ecdb1d0a4a8476768feff9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png
deleted file mode 100644
index b3b904d6ff548e86e2343a61d2a13b4bbed9cecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index 69aaa7e2ce33e0dde4ecdb1d0a4a8476768feff9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png
deleted file mode 100644
index b3b904d6ff548e86e2343a61d2a13b4bbed9cecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 69aaa7e2ce33e0dde4ecdb1d0a4a8476768feff9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index b3b904d6ff548e86e2343a61d2a13b4bbed9cecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 69aaa7e2ce33e0dde4ecdb1d0a4a8476768feff9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png
deleted file mode 100644
index 006a2d0ab6b34c9180c4a570b8eaed7d31f8c249..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index bd4f529a4da91b8f7406f2ed066ceb4167820709..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png
deleted file mode 100644
index 501f7614e821e1dffc1d09fd900cc8542cf645c0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 00db975d5a8548f0debc4d808bc97df009b21665..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index ec9d1a082eda6eafd3573d76b593e4f8c08096a4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index eb76f466d4c2e1976a17563ad51a4de20128e023..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a406d4b63949684a27ba56c1af6a1e7a41288aa8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_edittext.png
deleted file mode 100644
index da28bef3bc742466926193399f5df2b1b4c8988e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 641fd75faca14f0de465505603c2c5c016d2386c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 2d1840a9252a832f66f6b39151c7cdab7cf72cf2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index 5cf63e009bd52d4915a1efe54a042552fe8399db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png
deleted file mode 100644
index a649bafcccf97889e095f37515aefe38b958d586..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 5e15add39e88337cc87ee920ee3aa038280c17af..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 4890694def41925411ce0fc541aeee533660a1d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index d0e55fafc77ae77d551ec4a15fea3d0991686ba1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 9a65108f52f52ea03a9f3e2af3d11ada662488aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 88d5f5e0479302eaaa4b38e15e8c90ee8a0c89cd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 61084d5a69d6a46b6decea5631c11512d349b6c2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 0d1287d0256e1421300a8d5db97b7eea7518e2df..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index 97595a3237d1fdb7a5442c568866453fb2cc5c06..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 3d2b390ec0de43b06ae85e00ba861194092d83d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview.png
deleted file mode 100644
index 29d37de2800369d1f3ae449a4ec28c9355d05db8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png
deleted file mode 100644
index 0faa2eeaeeda277743533602aec50f7ac5b1b34c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index c2c20cdcabb87ef991d318af918b34277d370c12..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_0.png
deleted file mode 100644
index ca7bcec65f1a5ed58f0ab3d780f2750d0de701f3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_50.png
deleted file mode 100644
index a126a90e68a349993d46ae5b8362a48b32aceb19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png
deleted file mode 100644
index 6b8bd33b3492707c0336ba129592abc4690eda5b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png
deleted file mode 100644
index adcf3d1badffc56359ebd4a52ba96c3166a410d2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png
deleted file mode 100644
index 78762c80b7e5e3f81c57b6f1838c00fdbaf90e29..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png
deleted file mode 100644
index 6e17fe1cffe4f87a9a09f392785db70e65547a68..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png
deleted file mode 100644
index 8cd9db7322690edf15a7cee1b404125deaf4ce0d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png
deleted file mode 100644
index cf8623962b79b83437b074cde0eac7859b855afa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png
deleted file mode 100644
index f0ecad9225ec488ce71ca9a28e7a0fb2e5d4b472..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index b927adfc05f5be57d1af00a371c530639350a9c6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png
deleted file mode 100644
index d44f1815a839cfdd2e69e7cf244c15ef46dd835e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 6298732b756565dbf35f1ab2f04aa141f8bcca14..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 76fcef61e47252a7ac83ce7a15134cd1fbc473a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index a40e581deaff40d0f8065c54113832a22b071066..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png
deleted file mode 100644
index 5a08474d23b9b8bac1484da29a41b424eb8571a6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index 302fe126c19989d4bf6735aadc7d8bff71dd7af6..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index bc37971874b6c7ae9f1d84f53b13466c7d1179fe..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 30fd872f1f147912012bb749dea1e13046ada8db..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index cfd9a86f7b6405d44bb2aa49909dca22a490b676..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 22f3beeae6681f82776ce828118b554789e24f19..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index 35e01355fbe7b874e970400cdffeed454270f159..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index f9c55831973d20c01f17001b48713ae800cb7021..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index b58afe6e3c489fb38d6ef7327c5737bb898c293b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 95fffde8c3ca27a23bc96fe9bc4ce6b9b6907af0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index d77c9cda897bf22c5ee95c6b13f6c0e1136f02b7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index 39ed3eac4fcb45b804b9493605269c7342b4428f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 23b197d89d30f29db187d27cf3a5c87c720e8a61..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index 246d46076202ac612802d743689e587c0ca102b4..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index 2655e451c9158a569888327ae2e520105adc60ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index b9c74daed0544d71a0cb3f6e2b812c69fc1a0e03..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index a5ca94f9a7620f388275aa0a5e9a073b97dcfede..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index c12eb255321d8c2de4a40fe31e5614908f5a76fa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index bd06021887b30092daa7244d6a2d42af20b86eb2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index 7b975583421880240de12267f0193e9236c5a3c1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 7482a47a89f5427d8418107f11f0c57ffd333aa3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index e454f601a0b222c6cc64a39808780a0a85a008bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index 882854e798f4cba0f25a98c7252d039d0de22730..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index e6f11d701f4ab55fa9fd88dba24cbd94aa1051a0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 421370b64c860bee58a70338625558cc213e6f62..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index 9edb2735a252be08a0cfbe23c8a2b611b3b8b74f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 28165748cb6313c3f7ef8ff64447d0bcbfb9ff44..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index c6943d2f32350678bf071e3824d767f81842e288..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index bdba08141b4bcb5d0f42fd6508487319887a9f1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 7f95415c9f4cf59d8073415d114627f86952e9e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index 196404afa63edb4e76b7623bc060bc2ad4e257b1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 6a21e3e98e1b157d1c351fee67daf75821909127..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index fbf4ca07a2d50ba3cacf516dbe5d15041f3105e8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index be270959129496c130068d689c59f87de2ce537b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index 7ff07da9e43fee2d0df6384ca8bb954deb96aacd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 41d8c132821a061d6d41fd50b116507d9bf35af7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index 6a6f9067cce1ef1b6d9c019072d1fef939bd3915..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index 41e6f5c2398b53b901c3e1e369efb2c87f348630..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index bd8709dde67d05b2f1d54a3f6db3973300887de1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 9ec8c15fd681120dd83168fb56398c65f144c6a9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 0e55ca3d6f3cb4a1041949b4f50e49a9795f04e2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index dd624d4d84177fc115eaaef0b1da5643fef6b9a8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png
deleted file mode 100644
index 84d8f38acfc3e2de3e7111f7b5a4021ef9074e49..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index 0216c9c0c9ba277ce16bcbea5bda4814e298c2d7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index edc9869ef6110fb12e932220afa2b15a2b38cda0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index 5ca93e0b5cd5e8fe478e5dfcfa496d999c1fc1bb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/display_info.png b/tests/tests/holo/res/drawable-xhdpi/display_info.png
deleted file mode 100644
index 585af2fd769f0148daa27c37ebf2e1ee9b29c7aa..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/display_info.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png
deleted file mode 100644
index 2eab0d0a0c420928441c6d5e7243c82f26fa0682..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png
deleted file mode 100644
index 0eb0507899112670ff6fee56decef375e952dfe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png
deleted file mode 100644
index 2eab0d0a0c420928441c6d5e7243c82f26fa0682..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png
deleted file mode 100644
index 0eb0507899112670ff6fee56decef375e952dfe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 2eab0d0a0c420928441c6d5e7243c82f26fa0682..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index 0eb0507899112670ff6fee56decef375e952dfe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index 2eab0d0a0c420928441c6d5e7243c82f26fa0682..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index 0eb0507899112670ff6fee56decef375e952dfe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png
deleted file mode 100644
index 514f885889fba75b5e20fd0e494b9662a26b06d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png
deleted file mode 100644
index d5372a073ac371f3241a3900e80686c131007efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png
deleted file mode 100644
index 514f885889fba75b5e20fd0e494b9662a26b06d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png
deleted file mode 100644
index d5372a073ac371f3241a3900e80686c131007efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png
deleted file mode 100644
index 514f885889fba75b5e20fd0e494b9662a26b06d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png
deleted file mode 100644
index d5372a073ac371f3241a3900e80686c131007efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png
deleted file mode 100644
index 514f885889fba75b5e20fd0e494b9662a26b06d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png
deleted file mode 100644
index d5372a073ac371f3241a3900e80686c131007efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png
deleted file mode 100644
index 514f885889fba75b5e20fd0e494b9662a26b06d5..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png
deleted file mode 100644
index d5372a073ac371f3241a3900e80686c131007efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png
deleted file mode 100644
index 1c4a1aef4ec8605f6ecb514a4b5639bd9f23878b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index ab54d9095a4df366e05b558d79af023de299c10c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png
deleted file mode 100644
index c43240e46d57b08e8bfefd6a24993ffb32f9539e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png
deleted file mode 100644
index 62b5d2a53367e37681f407ba00b0c522fe80e787..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png
deleted file mode 100644
index a6816e61cb0a097c70281effdd00fccd1ade6a05..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox_checked.png
deleted file mode 100644
index fa1d1a35072934b0976f656f6f4d800e01693692..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png
deleted file mode 100644
index a53424dfde31157933f64fe3897592c74fbdc41c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.png
deleted file mode 100644
index 3f8486f6670c99a9156e1953e12e0af4fdef1fe9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_0.png
deleted file mode 100644
index 1464e423bad28d0d92aa440ec04a1a2ff1e8847a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_100.png
deleted file mode 100644
index 80d9c462776006196704742122e6406ef18c88c9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_50.png
deleted file mode 100644
index aaa84e282346d6fc3ad57fa801365ca8923482e0..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png
deleted file mode 100644
index 50021f5f2c19122cd3de3cfca36a503e57485198..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png
deleted file mode 100644
index 7202428f50618a663d58912d443624be5e1c294f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png
deleted file mode 100644
index 6662b58019c5a0a1deb65495ec75c87e1c76e8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png
deleted file mode 100644
index 6b2408948dd64704a202426165b299d863e9fe3c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0.png
deleted file mode 100644
index 340ff5c7e7a970fadcf823a1e4104f6a62177433..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index 60c731e90b5c80e0cc3a287a651d28e1ad9ed434..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5.png
deleted file mode 100644
index 260866a40675e58e6ecaf5d388917982c5d2d6eb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 1ba802571aa4fa2964a74c4e8395edb477fbb262..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5.png
deleted file mode 100644
index c1f38bd0b6376f0e257f5748e50dbb8b7bea049d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index c981c8a50f2edd258ffa3d535c71472f3730fb4a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview.png
deleted file mode 100644
index 43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png
deleted file mode 100644
index 3a6b8e882f858cbadfe2d57e8c0adcbbb7be3b59..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png
deleted file mode 100644
index e5dbe9ea4e65f66159d1f607cdba7e671bd6fc16..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_0.png
deleted file mode 100644
index f45c12e9ce368a3b3e0cc16b6dc85869f7b4551b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_50.png
deleted file mode 100644
index 88b4ec9f588a14d98bb98bf0f01500ab516181cb..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png
deleted file mode 100644
index d285ae41166fdd8c1ef5bf11b6d568c1c2d2a821..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png
deleted file mode 100644
index 694df83f9e6b14783463a9e2433f4792b0f66efd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png
deleted file mode 100644
index dc00b81406e28758549ebd072e2c2ac4dcc8ef1d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png
deleted file mode 100644
index f7da804b70966a2abd28e84aca790ea3a99b712e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png
deleted file mode 100644
index ea245da3649d4331d41a2d506eb262e00a7cb757..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png
deleted file mode 100644
index 7e86a570522666d59ddf51916b47e09d7e85d678..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png
deleted file mode 100644
index 6f8b0e99dad809cee1db144c34ea5ab9ac42e088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png
deleted file mode 100644
index 1a86f436e1a6017041aa16a9dce9d924138e35ba..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png
deleted file mode 100644
index 2eab0d0a0c420928441c6d5e7243c82f26fa0682..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png
deleted file mode 100644
index 0eb0507899112670ff6fee56decef375e952dfe2..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png
deleted file mode 100644
index 46bd2975f0d5ef173ee83a5013f1c45b0630c76a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 48b0251d9a52c3735d56fe235bb8c8ab2a45ea92..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png
deleted file mode 100644
index 3814c3725e35ffd4545f2b468798a315e128a855..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png
deleted file mode 100644
index e4c0c2907c275aba372107ba5a5754f7b2791242..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png
deleted file mode 100644
index 2845963ce8e92c73c9f828485a3f37ecae0ada8e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png
deleted file mode 100644
index 96556b701825023b2abd06282ac1232ce4cf35e3..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png
deleted file mode 100644
index 175e289f9e97e1bd71dbbf95ba9a595fb00e3790..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png
deleted file mode 100644
index 6b3ea2760e7e55855789c86d97d720e8c4402c6d..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png
deleted file mode 100644
index f117857b0c3431676efb9917ebfe6d5cb02efa21..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png
deleted file mode 100644
index 40229e0791299b9724eeb76718c16990122eb8a1..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png
deleted file mode 100644
index 2a1e9ce34d741d13057589f408fb8e2b9302e40b..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png
deleted file mode 100644
index 1679c62febda246630847abed623d5a4fcbcc141..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png
deleted file mode 100644
index 917cec69aa8081d80528694ebb28ad75506ec148..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png
deleted file mode 100644
index abf92ca422ca8b8b76e5da21a265535e9f6e0452..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png
deleted file mode 100644
index 59d760421ebbdb4d7c87531a2f630642ab024457..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png
deleted file mode 100644
index abce2383b0beeb067669a4bf3c791d77d6b62a7a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png
deleted file mode 100644
index d9d6e62f9cca837afafce9809d3707386893be9a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png
deleted file mode 100644
index a938a5153ce93fe01e09ba434ea88d5172d92802..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar.png
deleted file mode 100644
index 8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_0.png
deleted file mode 100644
index 736ce45accde621eb3394c42d47a9fcd5ac14215..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_100.png
deleted file mode 100644
index 3f32757cb4269719d68c4f29b5786082f4c62a17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_50.png
deleted file mode 100644
index b86fc682d9897992569323dac15e538b96290496..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_large.png
deleted file mode 100644
index 98344af617cc1f83b7be31e161075a8c504faff7..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_large.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_small.png
deleted file mode 100644
index 88ef97714d69053389d75ec189a6bcc6f5df3a18..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_small.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png
deleted file mode 100644
index a369e9717e6ba334980b88fecc779c4152650f36..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png
deleted file mode 100644
index f690dee6a07931b1276f334779b46db159c4ac9f..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png
deleted file mode 100644
index 0fd06c316e1411e5a86e756af98798e39f8cadf9..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png
deleted file mode 100644
index d206ee3808342766d40abb9804850ee071544088..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0.png
deleted file mode 100644
index 517f3d677b5e621221022be350def43184496329..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index c31df16a6a24b985ed5c9e0d9a90d4885900e482..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5.png
deleted file mode 100644
index d184a4f5657d6f0ffa6fd291f839f8092c41bc89..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5.png
deleted file mode 100644
index ce1c817de3c05f0a20ad57cfabae222451f0b439..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index f9f41d48e1b851b5807e1ab62c37476450e5a9ab..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5_pressed.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview.png
deleted file mode 100644
index 73c611fa76545934edbb35f56b198d0fe1312221..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png
deleted file mode 100644
index 2a7e1275a91152d36482b7ee9c9b16a28c835584..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png
deleted file mode 100644
index ceaca441693a2c82cb5c3a4ddeae7aa7c647965c..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_0.png
deleted file mode 100644
index 04dd1a60895fc4448bb19eb500dedc67dbccaecd..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_0.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_100.png
deleted file mode 100644
index b14235b26e6fe751976bc48fb96662da64c6746a..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_100.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_50.png
deleted file mode 100644
index f9eea9999f138d950fc53d418f6402e53c0ec886..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_50.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png
deleted file mode 100644
index e5433a92c0c54e9a0d57a03be80b2331b6788440..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png
deleted file mode 100644
index 2cf252f7f43f1183aa3e4f20b0230d48cca6dbb8..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png
deleted file mode 100644
index 5fe9113f60b8895ec87652b85e93650af90b1f17..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png
deleted file mode 100644
index 174ec22eda9c55b19544d147a549aac154327e11..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png
deleted file mode 100644
index a08121ca2c16b8dbef3d7f17eaae9cce015de258..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index afac649022a1da167e16f735dac4e0818d7b41ac..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png
deleted file mode 100644
index 143b31fcdc8e641bd8096d4900bc36cbacf632ee..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png and /dev/null differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png
deleted file mode 100644
index e8112809d149014f1b41608c7a6467b921a2a239..0000000000000000000000000000000000000000
Binary files a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png and /dev/null differ
diff --git a/tests/tests/holo/res/layout/button.xml b/tests/tests/holo/res/layout/button.xml
deleted file mode 100644
index ca9f542c85d0ab80c11fef927e17d775c02e413c..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/button.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/calendarview.xml b/tests/tests/holo/res/layout/calendarview.xml
deleted file mode 100644
index 9c5f9ef548d96dfc0f0fe2886f49a6b09d9e96d0..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/calendarview.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/checkbox.xml b/tests/tests/holo/res/layout/checkbox.xml
deleted file mode 100644
index 8eeac39a18bb898bcc5a52ec67b48752e9e102fd..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/checkbox.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/tests/tests/holo/res/layout/checkbox_checked.xml b/tests/tests/holo/res/layout/checkbox_checked.xml
deleted file mode 100644
index 4991c0f4b4d598b0bd36fc5d6ede00f372623bcb..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/checkbox_checked.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/tests/tests/holo/res/layout/chronometer.xml b/tests/tests/holo/res/layout/chronometer.xml
deleted file mode 100644
index 11dc38866e08b7d606e64e6358ab4bc51dfb5d8a..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/chronometer.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_blue_bright.xml b/tests/tests/holo/res/layout/color_blue_bright.xml
deleted file mode 100644
index aa1f7d04f03d6fb6fe6804f8097d74a67f38b9e6..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_blue_bright.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_blue_dark.xml b/tests/tests/holo/res/layout/color_blue_dark.xml
deleted file mode 100644
index 7956d34629e6bfbdca86db5576abf94fee26dc84..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_blue_dark.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_blue_light.xml b/tests/tests/holo/res/layout/color_blue_light.xml
deleted file mode 100644
index f4215c34eaea37800fc7ada2c8f564a523390c4f..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_blue_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_green_dark.xml b/tests/tests/holo/res/layout/color_green_dark.xml
deleted file mode 100644
index 4ab111b0883485772b1e59f8ff56fd4a6c054466..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_green_dark.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_green_light.xml b/tests/tests/holo/res/layout/color_green_light.xml
deleted file mode 100644
index ba57dffdc15936441d49ecbf45c63b1d73f91a0d..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_green_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_orange_dark.xml b/tests/tests/holo/res/layout/color_orange_dark.xml
deleted file mode 100644
index 761f08a74aa64a0401866a6f8c6225931ae27f83..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_orange_dark.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_orange_light.xml b/tests/tests/holo/res/layout/color_orange_light.xml
deleted file mode 100644
index de43795efd2623ebfa6c84b35f7430b2a57a001e..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_orange_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_purple.xml b/tests/tests/holo/res/layout/color_purple.xml
deleted file mode 100644
index 8a2c0aa7a796bbc7dbc4f8fdcf474d9cce2c6a57..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_purple.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_red_dark.xml b/tests/tests/holo/res/layout/color_red_dark.xml
deleted file mode 100644
index 7e5f629ecd120ad9a6824332612afb0f413bc123..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_red_dark.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/color_red_light.xml b/tests/tests/holo/res/layout/color_red_light.xml
deleted file mode 100644
index 8afb2027b78409524d4617b0898d45ebaa3526e9..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/color_red_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/datepicker.xml b/tests/tests/holo/res/layout/datepicker.xml
deleted file mode 100644
index 1ae955091deeda29a351cbd7c592293b7237501d..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/datepicker.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/display_info.xml b/tests/tests/holo/res/layout/display_info.xml
deleted file mode 100644
index 9804b8c54c3da7ab7fa5a8ef5b1fef110e3947cc..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/display_info.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
diff --git a/tests/tests/holo/res/layout/edittext.xml b/tests/tests/holo/res/layout/edittext.xml
deleted file mode 100644
index 551501007d9470e29d123296d212aae22ca24b68..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/edittext.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/empty.xml b/tests/tests/holo/res/layout/empty.xml
deleted file mode 100644
index 562bf1aed299ee6d1a495ad50b7d0626bb7eccca..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/empty.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/holo_test.xml b/tests/tests/holo/res/layout/holo_test.xml
deleted file mode 100644
index c22d10d544f5d71ba7a51d121198a7654b3e8977..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/holo_test.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar.xml b/tests/tests/holo/res/layout/progressbar.xml
deleted file mode 100644
index 0975c8696b647d98c2d370076ca395718627fc15..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_0.xml b/tests/tests/holo/res/layout/progressbar_horizontal_0.xml
deleted file mode 100644
index f5a515ea4c32474d7a714917379519562ffffba8..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar_horizontal_0.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_100.xml b/tests/tests/holo/res/layout/progressbar_horizontal_100.xml
deleted file mode 100644
index 3266479e95f089cda59945fb31615b0fffb18a28..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar_horizontal_100.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_50.xml b/tests/tests/holo/res/layout/progressbar_horizontal_50.xml
deleted file mode 100644
index a64bb96dd3820a8e0bf7d13f3568529e1d218f6c..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar_horizontal_50.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar_large.xml b/tests/tests/holo/res/layout/progressbar_large.xml
deleted file mode 100644
index 6b846697a145e4b29929bd193bbc8c9fc1fd8c1b..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar_large.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/progressbar_small.xml b/tests/tests/holo/res/layout/progressbar_small.xml
deleted file mode 100644
index cdb4339c0eeea902694faabed24e5b92028c0863..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/progressbar_small.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/radiobutton.xml b/tests/tests/holo/res/layout/radiobutton.xml
deleted file mode 100644
index f03d0f5cbc92bf6790c8d0117b4a4635d3c6cd44..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/radiobutton.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/radiobutton_checked.xml b/tests/tests/holo/res/layout/radiobutton_checked.xml
deleted file mode 100644
index 6d57cc1c6214f29bcf579813691f92467a9a0bf5..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/radiobutton_checked.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/radiogroup_horizontal.xml b/tests/tests/holo/res/layout/radiogroup_horizontal.xml
deleted file mode 100644
index cdbf1c3ceb9c010ed37ef11390863c1821b42f67..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/radiogroup_horizontal.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
diff --git a/tests/tests/holo/res/layout/radiogroup_vertical.xml b/tests/tests/holo/res/layout/radiogroup_vertical.xml
deleted file mode 100644
index 9f570ebeaf3ddf933855d00e14972892c421f6c9..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/radiogroup_vertical.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
diff --git a/tests/tests/holo/res/layout/ratingbar_0.xml b/tests/tests/holo/res/layout/ratingbar_0.xml
deleted file mode 100644
index 8a5a9dda682ee252e1c403dd0977fea5aabb4a20..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/ratingbar_0.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/ratingbar_2point5.xml b/tests/tests/holo/res/layout/ratingbar_2point5.xml
deleted file mode 100644
index 38a2a5090d022f66e6fd4af98c43f27aa152c6a0..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/ratingbar_2point5.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/ratingbar_5.xml b/tests/tests/holo/res/layout/ratingbar_5.xml
deleted file mode 100644
index 9e09d4ccff2fe54358da468ff6005e66b620bdd1..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/ratingbar_5.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/searchview.xml b/tests/tests/holo/res/layout/searchview.xml
deleted file mode 100644
index a1822ca86bfd0522435c86dfed241629e7d3b55c..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/searchview.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/seekbar_0.xml b/tests/tests/holo/res/layout/seekbar_0.xml
deleted file mode 100644
index fac24c7427f8a6420cd070789056ffe4159bf4c4..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/seekbar_0.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/seekbar_100.xml b/tests/tests/holo/res/layout/seekbar_100.xml
deleted file mode 100644
index 179b39a0c4c693c9ec3cd4a154bb241aa8e4bc97..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/seekbar_100.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/seekbar_50.xml b/tests/tests/holo/res/layout/seekbar_50.xml
deleted file mode 100644
index cfb91aba4942e0ae0b05ad5d09410e5f8a5caf9d..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/seekbar_50.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/spinner.xml b/tests/tests/holo/res/layout/spinner.xml
deleted file mode 100644
index 164741613d43103151aa84acabddbed84a05f428..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/spinner.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/switch_button.xml b/tests/tests/holo/res/layout/switch_button.xml
deleted file mode 100644
index 15f703864c35e7b4490ad9d95294ee0d366954d5..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/switch_button.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/switch_button_checked.xml b/tests/tests/holo/res/layout/switch_button_checked.xml
deleted file mode 100644
index 9cf76870c5775f1bdd3adacb1a3b3be98478409f..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/switch_button_checked.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/tabhost.xml b/tests/tests/holo/res/layout/tabhost.xml
deleted file mode 100644
index 4b7bcca71df0d908975cbfa405011b25ff969ac9..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/tabhost.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/tests/holo/res/layout/textview.xml b/tests/tests/holo/res/layout/textview.xml
deleted file mode 100644
index d45bc3a5de0bbdc5d052bdb544a1f532d5869a3a..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/textview.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/timepicker.xml b/tests/tests/holo/res/layout/timepicker.xml
deleted file mode 100644
index 1e0f334f1fd90d6ec57081452548b44211ae6dcd..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/timepicker.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/togglebutton.xml b/tests/tests/holo/res/layout/togglebutton.xml
deleted file mode 100644
index d15e899b814f4695ffdff2087148b89db92a910c..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/togglebutton.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/tests/tests/holo/res/layout/togglebutton_checked.xml b/tests/tests/holo/res/layout/togglebutton_checked.xml
deleted file mode 100644
index bd8cabda536f0b773cdac88aaf8bf4cdfd2a10b1..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/togglebutton_checked.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/layout/zoomcontrols.xml b/tests/tests/holo/res/layout/zoomcontrols.xml
deleted file mode 100644
index 80ac8fb84b00e1a8c83b9590de9878892a4f4ee9..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/layout/zoomcontrols.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/tests/tests/holo/res/values/arrays.xml b/tests/tests/holo/res/values/arrays.xml
deleted file mode 100644
index f6e6c92279de77867c2aa09ef91fa1c015c95438..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/values/arrays.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- - Spinner 1
- - Spinner 2
- - Spinner 3
-
-
diff --git a/tests/tests/holo/res/values/dimens.xml b/tests/tests/holo/res/values/dimens.xml
deleted file mode 100755
index 76de0d0844036c24025b6656ba633c44c8d75180..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/values/dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- 320dp
- 480dp
-
-
diff --git a/tests/tests/holo/res/values/strings.xml b/tests/tests/holo/res/values/strings.xml
deleted file mode 100644
index d2f6fd61583166965cfd8a082d3ac923d37df122..0000000000000000000000000000000000000000
--- a/tests/tests/holo/res/values/strings.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
- Holo Test Utilities
- View Display Info
- View Tests
- Generate Single Test Bitmaps
- Generate All Test Bitmaps
- Clear Reference Bitmaps
- Clear Failure Bitmaps
- Clear Diff Bitmaps
-
- Display Info
- Density DPI: %1$d\nDensity Bucket: %2$s\nWidth DP: %3$d\nHeight DP: %4$d
-
- Pick Theme
- Pick Layout
-
- Deleting bitmaps...
- Successfully deleted bitmaps!
- Failed to delete bitmaps. Is external storage mounted?
- Saved bitmap to %s
- Failed to save bitmap to %s
- Bitmap matches the reference bitmap!
- Bitmap does not match reference bitmap.
- Saved failed image to %1$s and diff analysis to %2$s.
-
- Button
- Button Pressed
- CalendarView (January)
- CalendarView (February)
- CheckBox
- CheckBox Checked
- Chronometer
- DatePicker
- EditText
- ProgressBar
- ProgressBar Small
- ProgressBar Large
- ProgressBar Horizontal 0%
- ProgressBar Horizontal 50%
- ProgressBar Horizontal 100%
- RadioButton
- RadioButton Checked
- RadioGroup Horizontal
- RadioGroup Vertical
- RatingBar 0 Stars
- RatingBar 2.5 Stars
- RatingBar 5 Stars
- RatingBar 0 Stars Pressed
- RatingBar 2.5 Stars Pressed
- RatingBar 5 Stars Pressed
- SearchView
- SearchView Query
- SearchView Query Hint
- SeekBar 0%
- SeekBar 50%
- SeekBar 100%
- Spinner
- Switch
- Switch Checked
- TabHost
- TextView
- TimePicker
- ToggleButton
- ToggleButton Checked
- ZoomControls
-
- AlertDialog One Button
- AlertDialog Two Buttons
- AlertDialog Three Buttons
- AlertDialog List
- AlertDialog Single Choice
- AlertDialog Multiple Choice
- ProgressDialog Spinner
- ProgressDialog Horizontal
-
- Bright Blue Color
- Dark Blue Color
- Light Blue Color
- Dark Green Color
- Light Green Color
- Dark Orange Color
- Light Orange Color
- Purple Color
- Dark Red Color
- Light Red Color
-
- Spinner Prompt
- Radio Button 1
- Radio Button 2
- Loading...
-
-
diff --git a/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java b/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java
deleted file mode 100644
index 4ddc1873bf407f8a5e8fe569cfb0c5a8adc365d8..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Intent;
-
-import java.util.Iterator;
-
-/**
- * {@link Iterator} over all the possible permutations of theme and layout intents.
- */
-class AllThemesIterator implements Iterator {
-
- private final ThemeAdapter mThemeAdapter = new ThemeAdapter(null);
- private final LayoutAdapter mLayoutAdapter;
-
- private final int mTask;
- private final int mAdapterMode;
- private int mThemeIndex;
- private int mLayoutIndex;
-
- AllThemesIterator(int task, int adapterMode) {
- mTask = task;
- mAdapterMode = adapterMode;
- mLayoutAdapter = new LayoutAdapter(null, adapterMode);
- }
-
- @Override
- public boolean hasNext() {
- return mThemeIndex < mThemeAdapter.getCount();
- }
-
- @Override
- public Intent next() {
- Intent intent = new Intent();
- intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mAdapterMode);
- intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
-
- mLayoutIndex++;
- if (mLayoutIndex >= mLayoutAdapter.getCount()) {
- mThemeIndex++;
- mLayoutIndex = 0;
- }
-
- return intent;
- }
-
- @Override
- public void remove() {
- throw new UnsupportedOperationException("I don't think so...");
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/BitmapAssets.java b/tests/tests/holo/src/android/holo/cts/BitmapAssets.java
deleted file mode 100644
index e676a96708b363fc5de067a0f6120a154cf3a49b..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/BitmapAssets.java
+++ /dev/null
@@ -1,136 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Context;
-import android.content.res.Resources;
-import android.graphics.Bitmap;
-import android.graphics.Bitmap.CompressFormat;
-import android.graphics.drawable.BitmapDrawable;
-import android.graphics.drawable.Drawable;
-import android.holo.cts.LayoutAdapter.LayoutInfo;
-import android.holo.cts.ThemeAdapter.ThemeInfo;
-import android.os.Environment;
-import android.util.Log;
-
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-
-/**
- * Collection of utility methods to handle creation and deletion of assets.
- *
- * It creates a directory called "cts-holo-assets" on the external storage.
- * Below that it creates a directory called "reference" to store images
- * generated by the generator and "failure" to store images that failed to
- * match when running the test.
- */
-class BitmapAssets {
-
- private static final String TAG = BitmapAssets.class.getSimpleName();
-
- static final int TYPE_REFERENCE = 0;
-
- static final int TYPE_FAILED = 1;
-
- static final int TYPE_DIFF = 2;
-
- public static boolean clearDirectory(int type) {
- if (!isExternalStorageReady()) {
- return false;
- }
-
- File dir = getBitmapDir(type);
- if (dir.exists()) {
- File[] files = dir.listFiles();
- int numFiles = files.length;
- for (int i = 0; i < numFiles; i++) {
- files[i].delete();
- }
- }
- return true;
- }
-
- private static boolean isExternalStorageReady() {
- return Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState());
- }
-
- public static File getBitmapDir(int type) {
- String subDir;
- switch (type) {
- case TYPE_REFERENCE:
- subDir = "reference";
- break;
- case TYPE_FAILED:
- subDir = "failed";
- break;
- case TYPE_DIFF:
- subDir = "diff";
- break;
- default:
- throw new IllegalArgumentException("Bad type: " + type);
- }
-
- File file = new File(Environment.getExternalStorageDirectory(), "cts-holo-assets");
- return new File(file, subDir);
- }
-
- public static String getBitmapName(ThemeInfo themeInfo, LayoutInfo layoutInfo) {
- return themeInfo.getBitmapName() + "_" + layoutInfo.getBitmapName();
- }
-
- public static Bitmap getBitmap(Context context, String bitmapName) {
- Resources resources = context.getResources();
- int resourceId = resources.getIdentifier(bitmapName, "drawable", context.getPackageName());
- return ((BitmapDrawable) resources.getDrawable(resourceId)).getBitmap();
- }
-
- public static File getBitmapPath(String bitmapName, int type) {
- String prefix;
- switch (type) {
- case TYPE_REFERENCE:
- prefix = "";
- break;
- case TYPE_FAILED:
- prefix = "failed_";
- break;
- case TYPE_DIFF:
- prefix = "diff_";
- break;
- default:
- throw new IllegalArgumentException("Bad type: " + type);
- }
-
- return new File(getBitmapDir(type), prefix + bitmapName + ".png");
- }
-
- public static String saveBitmap(Bitmap bitmap, String bitmapName, int type) throws IOException {
- if (!isExternalStorageReady()) {
- Log.i(TAG, "External storage for saving bitmaps is not mounted");
- return null;
- }
-
- File file = getBitmapPath(bitmapName, type);
- File dir = file.getParentFile();
- dir.mkdirs();
-
- FileOutputStream stream = new FileOutputStream(file);
- bitmap.compress(CompressFormat.PNG, 100, stream);
- stream.close();
- return file.getAbsolutePath();
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java b/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java
deleted file mode 100644
index c496efe204c90e5e97c54b1acce1d8e54ee467e6..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.app.Activity;
-import android.app.AlertDialog;
-import android.app.Dialog;
-import android.app.ProgressDialog;
-import android.content.DialogInterface;
-import android.os.AsyncTask;
-import android.os.Bundle;
-
-/**
- * {@link Activity} that iterates over all the test layouts for a single theme
- * and either compares or generates bitmaps.
- */
-public class BitmapDeletionActivity extends Activity {
-
- static final String EXTRA_BITMAP_TYPE = "bitmapType";
-
- private static final int DIALOG_DELETING_ID = 1;
- private static final int DIALOG_FINISHED_DELETING_ID = 2;
- private static final int DIALOG_ERROR_DELETING_ID = 3;
-
- private int mBitmapType;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- mBitmapType = getIntent().getIntExtra(EXTRA_BITMAP_TYPE, -1);
- new DeleteBitmapsTask().execute();
- }
-
- class DeleteBitmapsTask extends AsyncTask {
-
- @Override
- protected void onPreExecute() {
- super.onPreExecute();
- showDialog(DIALOG_DELETING_ID);
- }
-
- @Override
- protected Boolean doInBackground(Void... darthVoider) {
- return BitmapAssets.clearDirectory(mBitmapType);
- }
-
- @Override
- protected void onPostExecute(Boolean success) {
- dismissDialog(DIALOG_DELETING_ID);
- showDialog(success ? DIALOG_FINISHED_DELETING_ID : DIALOG_ERROR_DELETING_ID);
- }
- }
-
- @Override
- protected Dialog onCreateDialog(int id, Bundle args) {
- switch (id) {
- case DIALOG_DELETING_ID:
- ProgressDialog dialog = new ProgressDialog(BitmapDeletionActivity.this);
- dialog.setMessage(getString(R.string.deleting_bitmaps));
- return dialog;
-
- case DIALOG_FINISHED_DELETING_ID:
- return createFinishingDialog(R.string.deleting_bitmaps_finished);
-
- case DIALOG_ERROR_DELETING_ID:
- return createFinishingDialog(R.string.deleting_bitmaps_error);
-
- default:
- return super.onCreateDialog(id, args);
- }
- }
-
- private AlertDialog createFinishingDialog(int message) {
- DialogInterface.OnClickListener finishListener =
- new DialogInterface.OnClickListener() {
- @Override
- public void onClick(DialogInterface dialog, int which) {
- finish();
- }
- };
- return new AlertDialog.Builder(BitmapDeletionActivity.this)
- .setMessage(message)
- .setCancelable(false)
- .setPositiveButton(android.R.string.ok, finishListener)
- .create();
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java b/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java
deleted file mode 100644
index bdd7925770042e78f5dfd28f917582d238343005..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.app.Activity;
-import android.os.Bundle;
-import android.util.DisplayMetrics;
-import android.view.Display;
-import android.view.WindowManager;
-import android.widget.TextView;
-
-public class DisplayInfoActivity extends Activity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.display_info);
-
- WindowManager windowManager = (WindowManager) getSystemService(WINDOW_SERVICE);
- Display display = windowManager.getDefaultDisplay();
- DisplayMetrics metrics = new DisplayMetrics();
- display.getMetrics(metrics);
-
- DisplayMetrics dm = getResources().getDisplayMetrics();
- int width = Math.round(dm.widthPixels / dm.density);
- int height = Math.round(dm.heightPixels / dm.density);
-
- TextView text = (TextView) findViewById(R.id.text);
- text.setText(getString(R.string.display_info_text, metrics.densityDpi,
- getScreenDensityBucket(metrics), width, height));
- }
-
- private String getScreenDensityBucket(DisplayMetrics metrics) {
- switch (metrics.densityDpi) {
- case DisplayMetrics.DENSITY_LOW:
- return "ldpi";
-
- case DisplayMetrics.DENSITY_MEDIUM:
- return "mdpi";
-
- case DisplayMetrics.DENSITY_HIGH:
- return "hdpi";
-
- case DisplayMetrics.DENSITY_XHIGH:
- return "xdpi";
-
- case DisplayMetrics.DENSITY_TV:
- return "tvdpi";
-
- default:
- return "" + metrics.densityDpi;
- }
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/HoloTest.java b/tests/tests/holo/src/android/holo/cts/HoloTest.java
deleted file mode 100644
index f3e7e63221688d5538c3f559b1de7ddd6fcf253a..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/HoloTest.java
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Intent;
-import android.holo.cts.ThemeTestActivity.Result;
-import android.test.ActivityInstrumentationTestCase2;
-
-/** Tests for the Holo theme. */
-public class HoloTest extends ActivityInstrumentationTestCase2 {
-
- /*
- * The tests take a long time, so the test is sharded into separate themes.
- */
-
- public HoloTest() {
- super(ThemeTestActivity.class);
- }
-
- public void testHolo() throws Exception {
- runThemeTest(0);
- }
-
- public void testHoloDialog() throws Exception {
- runThemeTest(1);
- }
-
- public void testHoloDialogMinimumWidth() throws Exception {
- runThemeTest(2);
- }
-
- public void testHoloDialogNoActionBar() throws Exception {
- runThemeTest(3);
- }
-
- public void testHoloDialogNoActionBarMinimumWidth() throws Exception {
- runThemeTest(4);
- }
-
- public void testHoloDialogWhenLarge() throws Exception {
- runThemeTest(5);
- }
-
- public void testHoloDialogWhenLargeNoActionBar() throws Exception {
- runThemeTest(6);
- }
-
- public void testHoloInputMethod() throws Exception {
- runThemeTest(7);
- }
-
- public void testHoloLight() throws Exception {
- runThemeTest(8);
- }
-
- public void testHoloLightDarkActionBar() throws Exception {
- runThemeTest(9);
- }
-
- public void testHoloLightDialog() throws Exception {
- runThemeTest(10);
- }
-
- public void testHoloLightDialogMinimumWidth() throws Exception {
- runThemeTest(11);
- }
-
- public void testHoloLightDialogNoActionBar() throws Exception {
- runThemeTest(12);
- }
-
- public void testHoloLightDialogNoActionBarMinimumWidth() throws Exception {
- runThemeTest(13);
- }
-
- public void testHoloLightDialogWhenLarge() throws Exception {
- runThemeTest(14);
- }
-
- public void testHoloLightDialogWhenLargeNoActionBar() throws Exception {
- runThemeTest(15);
- }
-
- public void testHoloLightNoActionBar() throws Exception {
- runThemeTest(16);
- }
-
- public void testHoloLightNoActionBarFullscreen() throws Exception {
- runThemeTest(17);
- }
-
- public void testHoloLightPanel() throws Exception {
- runThemeTest(18);
- }
-
- public void testHoloNoActionBar() throws Exception {
- runThemeTest(19);
- }
-
- public void testHoloNoActionBarFullscreen() throws Exception {
- runThemeTest(20);
- }
-
- public void testHoloPanel() throws Exception {
- runThemeTest(21);
- }
-
- public void testHoloWallpaper() throws Exception {
- runThemeTest(22);
- }
-
- public void testHoloWallpaperNoTitleBar() throws Exception {
- runThemeTest(23);
- }
-
- private void runThemeTest(int themeIndex) throws Exception {
- Intent intent = new Intent();
- intent.putExtra(ThemeTestActivity.EXTRA_TASK, ThemeTestActivity.TASK_COMPARE_BITMAPS);
- intent.putExtra(ThemeTestActivity.EXTRA_THEME_INDEX, themeIndex);
- intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, LayoutAdapter.MODE_TESTING);
- setActivityIntent(intent);
-
- // Enable touch mode or else widgets will be highlighted causing bitmap
- // comparison failures.
- setActivityInitialTouchMode(true);
-
- ThemeTestActivity activity = getActivity();
- Result result = activity.getResultFuture().get();
- assertTrue("Failed bitmap names: " + result.getFailedBitmapNames()
- + " Check " + BitmapAssets.getBitmapDir(BitmapAssets.TYPE_FAILED)
- + " and " + BitmapAssets.getBitmapDir(BitmapAssets.TYPE_DIFF) + " for details."
- , result.passed());
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java b/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java
deleted file mode 100644
index 3092490c59b0a9b261b962194e83c9f35f192e6c..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.app.ListActivity;
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.ArrayAdapter;
-import android.widget.ListView;
-
-/**
- * {@link ListActivity} with helpful utilities like viewing the layout tests
- * and generating the reference assets that can be packaged back into the
- * test APK.
- */
-public class HoloTestUtilitiesActivity extends ListActivity {
-
- private static final int TASK_VIEW_DISPLAY_INFO = 0;
- private static final int TASK_VIEW_TESTS = 1;
- private static final int TASK_GENERATE_ONE_BITMAP = 2;
- private static final int TASK_GENERATE_ALL_BITMAPS = 3;
- private static final int TASK_CLEAR_REFERENCE_BITMAPS = 4;
- private static final int TASK_CLEAR_FAILED_BITMAPS = 5;
- private static final int TASK_CLEAR_DIFF_BITMAPS = 6;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
-
- ArrayAdapter taskAdapter = new ArrayAdapter(this,
- android.R.layout.simple_list_item_1);
- taskAdapter.add(new Task(R.string.task_view_display_info, TASK_VIEW_DISPLAY_INFO));
- taskAdapter.add(new Task(R.string.task_view_tests, TASK_VIEW_TESTS));
- taskAdapter.add(new Task(R.string.task_generate_one_bitmap, TASK_GENERATE_ONE_BITMAP));
- taskAdapter.add(new Task(R.string.task_generate_all_bitmaps, TASK_GENERATE_ALL_BITMAPS));
- taskAdapter.add(new Task(R.string.task_clear_reference_bitmaps,
- TASK_CLEAR_REFERENCE_BITMAPS));
- taskAdapter.add(new Task(R.string.task_clear_failure_bitmaps,
- TASK_CLEAR_FAILED_BITMAPS));
- taskAdapter.add(new Task(R.string.task_clear_diff_bitmaps,
- TASK_CLEAR_DIFF_BITMAPS));
- setListAdapter(taskAdapter);
- }
-
- class Task {
- private final int mTextId;
- private final int mTaskId;
-
- private Task(int textId, int taskId) {
- mTextId = textId;
- mTaskId = taskId;
- }
-
- @Override
- public String toString() {
- return getString(mTextId);
- }
- }
-
- @SuppressWarnings("unchecked")
- @Override
- public ArrayAdapter getListAdapter() {
- return (ArrayAdapter) super.getListAdapter();
- }
-
- @Override
- protected void onListItemClick(ListView listView, View view, int position, long id) {
- Task task = getListAdapter().getItem(position);
- switch (task.mTaskId) {
- case TASK_VIEW_DISPLAY_INFO:
- viewDisplayInfo();
- break;
-
- case TASK_VIEW_TESTS:
- viewTests();
- break;
-
- case TASK_GENERATE_ONE_BITMAP:
- generateSingleTestBitmaps();
- break;
-
- case TASK_GENERATE_ALL_BITMAPS:
- generateAllBitmaps();
- break;
-
- case TASK_CLEAR_REFERENCE_BITMAPS:
- clearBitmaps(BitmapAssets.TYPE_REFERENCE);
- break;
-
- case TASK_CLEAR_FAILED_BITMAPS:
- clearBitmaps(BitmapAssets.TYPE_FAILED);
- break;
-
- case TASK_CLEAR_DIFF_BITMAPS:
- clearBitmaps(BitmapAssets.TYPE_DIFF);
- break;
-
- default:
- throw new IllegalArgumentException("Bad task id: " + task.mTaskId);
- }
- }
-
- private void viewDisplayInfo() {
- Intent intent = new Intent(this, DisplayInfoActivity.class);
- startActivity(intent);
- }
-
- private void viewTests() {
- Intent intent = new Intent(this, ThemePickerActivity.class);
- intent.putExtra(ThemePickerActivity.EXTRA_TASK, ThemeTestActivity.TASK_VIEW_LAYOUTS);
- startActivity(intent);
- }
-
- private void generateSingleTestBitmaps() {
- Intent intent = new Intent(this, LayoutPickerActivity.class);
- intent.putExtra(ThemePickerActivity.EXTRA_TASK, ThemeTestActivity.TASK_GENERATE_BITMAPS);
- startActivity(intent);
- }
-
- private void generateAllBitmaps() {
- Intent intent = new Intent(this, ThemeTestActivity.class);
- intent.putExtra(ThemeTestActivity.EXTRA_TASK, ThemeTestActivity.TASK_GENERATE_BITMAPS);
- intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, LayoutAdapter.MODE_TESTING);
- startActivity(intent);
- }
-
- private void clearBitmaps(int type) {
- Intent intent = new Intent(this, BitmapDeletionActivity.class);
- intent.putExtra(BitmapDeletionActivity.EXTRA_BITMAP_TYPE, type);
- startActivity(intent);
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java b/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java
deleted file mode 100644
index 3a0e2af4a279567688b3e0c525a75fac21bc882f..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java
+++ /dev/null
@@ -1,357 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.holo.cts.modifiers.CalendarViewModifier;
-import android.holo.cts.modifiers.ProgressBarModifier;
-import android.holo.cts.modifiers.SearchViewModifier;
-import android.holo.cts.modifiers.TabHostModifier;
-import android.holo.cts.modifiers.TimePickerModifier;
-import android.holo.cts.modifiers.ViewPressedModifier;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.BaseAdapter;
-import android.widget.TextView;
-
-import java.util.ArrayList;
-import java.util.Calendar;
-import java.util.List;
-
-/**
- * {@link BaseAdapter} for all the layouts used to test the Holo theme.
- */
-class LayoutAdapter extends BaseAdapter {
-
- /** Mode where we are just viewing all the layouts. */
- static final int MODE_VIEWING = 0;
-
- /** Mode where we are testing and may not include some layouts based on the device state. */
- static final int MODE_TESTING = 1;
-
- /** No timeout for widgets in layouts that aren't changed after inflation. */
- private static final int NO_TIMEOUT_MS = 0;
-
- /** Small timeout for letting things like button presses to be handled. */
- private static final int SHORT_TIMEOUT_MS = 500;
-
- /** Longer timeout for widgets that have one-time animations. */
- private static final int LONG_TIMEOUT_MS = 6000;
-
- static class LayoutInfo {
- private final int mDisplayName;
- private final String mFileName;
- private final int mLayout;
- private final LayoutModifier mModifier;
- private final long mTimeoutMs;
-
- private LayoutInfo(int displayName, String fileName, int layout, LayoutModifier modifier,
- long timeoutMs) {
- mDisplayName = displayName;
- mFileName = fileName;
- mLayout = layout;
- mModifier = modifier;
- mTimeoutMs = timeoutMs;
- }
-
- /** @return file name to use for creating reference and failure bitmaps. */
- public String getBitmapName() {
- return mFileName;
- }
-
- /** @return layout that will be inflated and captured to a bitmap */
- public int getLayout() {
- return mLayout;
- }
-
- /** @return whether or non the layout has a layout modifier */
- public boolean hasModifier() {
- return mModifier != null;
- }
-
- /** @return null or modifier that will manipulate the layout after it is inflated */
- public LayoutModifier getModifier() {
- return mModifier;
- }
-
- /** @return timeout before taking a snapshot of the layout */
- public long getTimeoutMs() {
- return mTimeoutMs;
- }
- }
-
- private final List mLayoutInfos = new ArrayList();
-
- private final LayoutInflater mInflater;
-
- LayoutAdapter(LayoutInflater inflater, int adapterMode) {
- mInflater = inflater;
-
- // Widgets
-
- addLayout(R.string.button, "button",
- R.layout.button, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.button_pressed, "button_pressed",
- R.layout.button, new ViewPressedModifier(), LONG_TIMEOUT_MS);
-
- addCalendarLayouts(adapterMode);
-
- addLayout(R.string.checkbox, "checkbox",
- R.layout.checkbox, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.checkbox_checked, "checkbox_checked",
- R.layout.checkbox_checked, null, SHORT_TIMEOUT_MS);
-
- addLayout(R.string.chronometer, "chronometer",
- R.layout.chronometer, null, NO_TIMEOUT_MS);
-
- // TODO: DatePicker has a blinking cursor that can be captured in the bitmap...
- // addLayout(R.string.datepicker, "datepicker",
- // R.layout.datepicker, new DatePickerModifier(), LONG_TIMEOUT_MS);
-
- addLayout(R.string.edittext, "edittext",
- R.layout.edittext, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar, "progressbar",
- R.layout.progressbar, new ProgressBarModifier(), NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar_small, "progressbar_small",
- R.layout.progressbar_small, new ProgressBarModifier(), NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar_large, "progressbar_large",
- R.layout.progressbar_large, new ProgressBarModifier(), NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar_horizontal_0, "progressbar_horizontal_0",
- R.layout.progressbar_horizontal_0, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar_horizontal_50, "progressbar_horizontal_50",
- R.layout.progressbar_horizontal_50, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.progressbar_horizontal_100, "progressbar_horizontal_100",
- R.layout.progressbar_horizontal_100, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.radiobutton, "radio_button",
- R.layout.radiobutton, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.radiobutton_checked, "radio_button_checked",
- R.layout.radiobutton_checked, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.radiogroup_horizontal, "radiogroup_horizontal",
- R.layout.radiogroup_horizontal, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.radiogroup_vertical, "radiogroup_vertical",
- R.layout.radiogroup_vertical, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_0, "ratingbar_0",
- R.layout.ratingbar_0, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_2point5, "ratingbar_2point5",
- R.layout.ratingbar_2point5, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_5, "ratingbar_5",
- R.layout.ratingbar_5, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_0_pressed, "ratingbar_0_pressed",
- R.layout.ratingbar_0, new ViewPressedModifier(), LONG_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_2point5_pressed, "ratingbar_2point5_pressed",
- R.layout.ratingbar_2point5, new ViewPressedModifier(), LONG_TIMEOUT_MS);
-
- addLayout(R.string.ratingbar_5_pressed, "ratingbar_5_pressed",
- R.layout.ratingbar_5, new ViewPressedModifier(), LONG_TIMEOUT_MS);
-
- addLayout(R.string.searchview, "searchview",
- R.layout.searchview, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.searchview_query, "searchview_query",
- R.layout.searchview, new SearchViewModifier(SearchViewModifier.QUERY),
- SHORT_TIMEOUT_MS);
-
- addLayout(R.string.searchview_query_hint, "searchview_query_hint",
- R.layout.searchview, new SearchViewModifier(SearchViewModifier.QUERY_HINT),
- SHORT_TIMEOUT_MS);
-
- addLayout(R.string.seekbar_0, "seekbar_0",
- R.layout.seekbar_0, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.seekbar_50, "seekbar_50",
- R.layout.seekbar_50, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.seekbar_100, "seekbar_100",
- R.layout.seekbar_100, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.spinner, "spinner",
- R.layout.spinner, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.switch_button, "switch",
- R.layout.switch_button, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.switch_button_checked, "switch_checked",
- R.layout.switch_button_checked, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.tabhost, "tabhost",
- R.layout.tabhost, new TabHostModifier(), SHORT_TIMEOUT_MS);
-
- addLayout(R.string.textview, "textview",
- R.layout.textview, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.timepicker, "timepicker",
- R.layout.timepicker, new TimePickerModifier(), LONG_TIMEOUT_MS);
-
- addLayout(R.string.togglebutton, "toggle_button",
- R.layout.togglebutton, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.togglebutton_checked, "toggle_button_checked",
- R.layout.togglebutton_checked, null, NO_TIMEOUT_MS);
-
-
- // TODO: Zoom control hasn't been styled for Holo so don't test them.
-
-// addLayout(R.string.zoomcontrols, "zoomcontrols",
-// R.layout.zoomcontrols, null, NO_TIMEOUT_MS);
-
- // Dialogs
-
-
- // TODO: Dialogs are changing sizes depending on screen sizes, so we can't test these.
-
-// addLayout(R.string.alertdialog_onebutton, "alertdialog_onebutton", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.ONE_BUTTON)),
-// SHORT_TIMEOUT_MS);
-//
-// addLayout(R.string.alertdialog_twobuttons, "alertdialog_twobuttons", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.TWO_BUTTONS)),
-// SHORT_TIMEOUT_MS);
-//
-// addLayout(R.string.alertdialog_threebuttons, "alertdialog_threebuttons", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.THREE_BUTTONS)),
-// SHORT_TIMEOUT_MS);
-//
-// addLayout(R.string.alertdialog_list, "alertdialog_list", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.LIST)),
-// SHORT_TIMEOUT_MS);
-//
-// addLayout(R.string.alertdialog_singlechoice, "alertdialog_singlechoice", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.SINGLE_CHOICE)),
-// SHORT_TIMEOUT_MS);
-//
-// addLayout(R.string.alertdialog_multichoice, "alertdialog_multichoice", R.layout.empty,
-// new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.MULTI_CHOICE)),
-// SHORT_TIMEOUT_MS);
-
- // TODO: We can't test the spinner, because there is no way to halt the animation.
- // addLayout(R.string.progressdialog_spinner, "progressdialog_spinner", R.layout.empty,
- // new DialogModifier(new ProgressDialogBuilder(ProgressDialog.STYLE_SPINNER)));
-
-// addLayout(R.string.progressdialog_horizontal, "progressdialog_horizontal", R.layout.empty,
-// new DialogModifier(new ProgressDialogBuilder(ProgressDialog.STYLE_HORIZONTAL)),
-// SHORT_TIMEOUT_MS);
-
- // Colors
-
- addLayout(R.string.color_blue_bright, "color_blue_bright",
- R.layout.color_blue_bright, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_blue_dark, "color_blue_dark",
- R.layout.color_blue_dark, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_blue_light, "color_blue_light",
- R.layout.color_blue_light, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_green_dark, "color_green_dark",
- R.layout.color_green_dark, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_green_light, "color_green_light",
- R.layout.color_green_light, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_orange_dark, "color_orange_dark",
- R.layout.color_orange_dark, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_orange_light, "color_orange_light",
- R.layout.color_orange_light, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_purple, "color_purple",
- R.layout.color_purple, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_red_dark, "color_red_dark",
- R.layout.color_red_dark, null, NO_TIMEOUT_MS);
-
- addLayout(R.string.color_red_light, "color_red_light",
- R.layout.color_red_light, null, NO_TIMEOUT_MS);
- }
-
- private void addLayout(int displayName, String fileName, int layout, LayoutModifier modifier,
- long timeoutMs) {
- addLayout(new LayoutInfo(displayName, fileName, layout, modifier, timeoutMs));
- }
-
- private void addLayout(LayoutInfo info) {
- mLayoutInfos.add(info);
- }
-
- private void addCalendarLayouts(int adapterMode) {
- if (adapterMode == MODE_VIEWING || !CalendarViewModifier.isMonth(Calendar.JANUARY)) {
- addLayout(getCalendarLayoutInfo());
- }
-
- if (adapterMode == MODE_VIEWING || !CalendarViewModifier.isMonth(Calendar.FEBRUARY)) {
- addLayout(getFebruaryCalendarLayoutInfo());
- }
- }
-
- private LayoutInfo getCalendarLayoutInfo() {
- return new LayoutInfo(R.string.calendarview_jan, "calendar_view",
- R.layout.calendarview, new CalendarViewModifier(true), SHORT_TIMEOUT_MS);
- }
-
- private LayoutInfo getFebruaryCalendarLayoutInfo() {
- return new LayoutInfo(R.string.calendarview_feb, "calendar_view_feb",
- R.layout.calendarview, new CalendarViewModifier(false), SHORT_TIMEOUT_MS);
- }
-
- @Override
- public int getCount() {
- return mLayoutInfos.size();
- }
-
- @Override
- public LayoutInfo getItem(int position) {
- return mLayoutInfos.get(position);
- }
-
- @Override
- public long getItemId(int position) {
- return getItem(position).mLayout;
- }
-
- @Override
- public View getView(int position, View convertView, ViewGroup parent) {
- TextView textView;
- if (convertView != null) {
- textView = (TextView) convertView;
- } else {
- textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
- parent, false);
- }
- LayoutInfo layoutInfo = getItem(position);
- textView.setText(layoutInfo.mDisplayName);
- return textView;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutModifier.java b/tests/tests/holo/src/android/holo/cts/LayoutModifier.java
deleted file mode 100644
index 8a9d41d2fb122aa23fce13e9638397d15010cf65..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/LayoutModifier.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.view.View;
-
-/**
- * Interface used to do further setup on a view after it has been inflated.
- */
-public interface LayoutModifier {
-
- /** Actions to take before inflating the view. */
- void prepare();
-
- /**
- * @param view inflated by the test activity
- * @return the same view or another view that will be snapshotted by the test
- */
- View modifyView(View view);
-}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java
deleted file mode 100644
index f808d5901b76370f5ef529f604c437915df83851..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.app.ListActivity;
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.ListView;
-
-/**
- * {@link ListActivity} for picking layouts. Used by the Holo Test Utilities activity.
- */
-public class LayoutPickerActivity extends ListActivity {
-
- static final String EXTRA_THEME_INDEX = "themeIndex";
- static final String EXTRA_TASK = "task";
-
- private int mThemeIndex;
- private int mTestTask;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- mThemeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
- mTestTask = getIntent().getIntExtra(EXTRA_TASK, -1);
- setListAdapter(new LayoutAdapter(getLayoutInflater(), LayoutAdapter.MODE_VIEWING));
- }
-
- @Override
- protected void onListItemClick(ListView l, View v, int position, long id) {
- Intent intent = new Intent(this, ThemeTestActivity.class);
- intent.putExtra(ThemeTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
- intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_INDEX, position);
- intent.putExtra(ThemeTestActivity.EXTRA_TASK, mTestTask);
- intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, LayoutAdapter.MODE_VIEWING);
- startActivity(intent);
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
deleted file mode 100644
index 2b6c37152c55f5ef684b8cf9a9d4e51cc687e7c7..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
+++ /dev/null
@@ -1,302 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.app.Activity;
-import android.content.Intent;
-import android.graphics.Bitmap;
-import android.graphics.Canvas;
-import android.graphics.Color;
-import android.holo.cts.LayoutAdapter.LayoutInfo;
-import android.holo.cts.ThemeAdapter.ThemeInfo;
-import android.os.AsyncTask;
-import android.os.Bundle;
-import android.util.Log;
-import android.view.View;
-import android.widget.Toast;
-
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.nio.ByteBuffer;
-
-/**
- * {@link Activity} that applies a theme, inflates a layout, and then either
- * compares or generates a bitmap of the layout.
- */
-public class LayoutTestActivity extends Activity {
-
- private static final String TAG = LayoutTestActivity.class.getSimpleName();
-
- // Input extras
- static final String EXTRA_THEME_INDEX = "themeIndex";
- static final String EXTRA_LAYOUT_INDEX = "layoutIndex";
- static final String EXTRA_TASK = "task";
- static final String EXTRA_LAYOUT_ADAPTER_MODE = "layoutAdapterMode";
-
- // Output extras
- static final String EXTRA_BITMAP_NAME = "bitmapName";
- static final String EXTRA_MESSAGE = "message";
- static final String EXTRA_SUCCESS = "success";
-
- private View mTestView;
- private String mBitmapName;
-
- private ReferenceViewGroup mViewGroup;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
-
- int themeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
- int layoutIndex = getIntent().getIntExtra(EXTRA_LAYOUT_INDEX, -1);
- int layoutMode = getIntent().getIntExtra(EXTRA_LAYOUT_ADAPTER_MODE, -1);
- int task = getIntent().getIntExtra(EXTRA_TASK, -1);
-
- ThemeAdapter themeAdapter = new ThemeAdapter(getLayoutInflater());
- LayoutAdapter layoutAdapter = new LayoutAdapter(getLayoutInflater(), layoutMode);
-
- ThemeInfo themeInfo = themeAdapter.getItem(themeIndex);
- LayoutInfo layoutInfo = layoutAdapter.getItem(layoutIndex);
- mBitmapName = BitmapAssets.getBitmapName(themeInfo, layoutInfo);
-
- setTheme(themeInfo.getTheme());
- setContentView(R.layout.holo_test);
-
- if (layoutInfo.hasModifier()) {
- layoutInfo.getModifier().prepare();
- }
-
- // Inflate the view in our special view group that is fixed at a certain size
- // and layout the inflated view with the fixed measurements...
- mViewGroup = (ReferenceViewGroup) findViewById(R.id.reference_view_group);
- mTestView = getLayoutInflater().inflate(layoutInfo.getLayout(), mViewGroup, false);
- mViewGroup.addView(mTestView);
- if (layoutInfo.hasModifier()) {
- mTestView = layoutInfo.getModifier().modifyView(mTestView);
- }
- mViewGroup.measure(0, 0);
- mViewGroup.layout(0, 0, mViewGroup.getMeasuredWidth(), mViewGroup.getMeasuredHeight());
- mTestView.setFocusable(false);
-
- switch (task) {
- case ThemeTestActivity.TASK_VIEW_LAYOUTS:
- break;
-
- case ThemeTestActivity.TASK_GENERATE_BITMAPS:
- mTestView.postDelayed(new GenerateBitmapRunnable(), layoutInfo.getTimeoutMs());
- break;
-
- case ThemeTestActivity.TASK_COMPARE_BITMAPS:
- mTestView.postDelayed(new CompareBitmapRunnable(), layoutInfo.getTimeoutMs());
- break;
- }
- }
-
- class GenerateBitmapRunnable implements Runnable {
- @Override
- public void run() {
- new GenerateBitmapTask().execute();
- }
- }
-
- class CompareBitmapRunnable implements Runnable {
- @Override
- public void run() {
- new CompareBitmapTask().execute();
- }
- }
-
- class GenerateBitmapTask extends AsyncTask {
-
- private Bitmap mBitmap;
-
- @Override
- protected void onPreExecute() {
- super.onPreExecute();
- mBitmap = getBitmap();
- }
-
- @Override
- protected Boolean doInBackground(Void... avoid) {
- try {
- return saveBitmap(mBitmap, BitmapAssets.TYPE_REFERENCE) != null;
- } finally {
- mBitmap.recycle();
- mBitmap = null;
- }
- }
-
- @Override
- protected void onPostExecute(Boolean success) {
- String path = BitmapAssets.getBitmapPath(mBitmapName,
- BitmapAssets.TYPE_REFERENCE).toString();
- String message = path != null
- ? getString(R.string.generate_bitmap_success, path)
- : getString(R.string.generate_bitmap_failure, path);
- Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT).show();
- finishWithResult(success, message);
- }
- }
-
- class CompareBitmapTask extends AsyncTask {
- private Bitmap mBitmap;
- private Bitmap mReferenceBitmap;
- private boolean mSame;
-
- @Override
- protected void onPreExecute() {
- mBitmap = getBitmap();
- mReferenceBitmap = BitmapAssets.getBitmap(getApplicationContext(), mBitmapName);
- }
-
- /* Compares 2 bitmaps' width, height and pixels.
- * 2 Bitmaps are consider the same if color value difference is less than
- * or equal to +/-threshold
- */
- private boolean compareTo(Bitmap bitmap, Bitmap reference, int threshold) {
- if (bitmap.getConfig() != reference.getConfig() ||
- bitmap.getWidth() != reference.getWidth() ||
- bitmap.getHeight() != reference.getHeight()) {
- return false;
- }
-
- int w = bitmap.getWidth();
- int h = bitmap.getHeight();
-
- ByteBuffer buffer1 = ByteBuffer.allocate(bitmap.getByteCount());
- ByteBuffer buffer2 = ByteBuffer.allocate(reference.getByteCount());
-
- bitmap.copyPixelsToBuffer(buffer1);
- reference.copyPixelsToBuffer(buffer2);
-
- final int length = w*h;
- for (int i = 0; i < length; i++) {
- int pel1 = buffer1.getInt(i);
- int pel2 = buffer2.getInt(i);
- int dr = (pel1 & 0x000000FF) - (pel2 & 0x000000FF);
- int dg = ((pel1 & 0x0000FF00) - (pel2 & 0x0000FF00)) >> 8;
- int db = ((pel1 & 0x00FF0000) - (pel2 & 0x00FF0000)) >> 16;
-
- if (Math.abs(db) > threshold ||
- Math.abs(dg) > threshold ||
- Math.abs(dr) > threshold) {
- return false;
- }
- if (bitmap.hasAlpha()) {
- int da = ((pel1 & 0xFF000000) - (pel2 & 0xFF000000)) >> 24;
- if (Math.abs(da) > threshold) {
- return false;
- }
- }
- }
- return true;
- }
-
- @Override
- protected String[] doInBackground(Void... devoid) {
- try {
- final int threshold = 2;
- mSame = compareTo(mBitmap, mReferenceBitmap, threshold);
- if (!mSame) {
- String[] paths = new String[2];
- paths[0] = saveDiffBitmap(mBitmap, mReferenceBitmap);
- paths[1] = saveBitmap(mBitmap, BitmapAssets.TYPE_FAILED);
- return paths;
- } else {
- return null;
- }
- } finally {
- mBitmap.recycle();
- mBitmap = null;
- }
- }
-
- private String saveDiffBitmap(Bitmap bitmap1, Bitmap bitmap2) {
- int width = Math.max(bitmap1.getWidth(), bitmap2.getWidth());
- int height = Math.max(bitmap1.getHeight(), bitmap2.getHeight());
- Bitmap diff = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
-
- try {
- for (int i = 0; i < width; i++) {
- for (int j = 0; j < height; j++) {
- boolean inBounds1 = i < bitmap1.getWidth() && j < bitmap1.getHeight();
- boolean inBounds2 = i < bitmap2.getWidth() && j < bitmap2.getHeight();
- int color;
-
- if (inBounds1 && inBounds2) {
- int color1 = bitmap1.getPixel(i, j);
- int color2 = bitmap2.getPixel(i, j);
- color = color1 == color2 ? color1 : Color.RED;
- } else if (inBounds1 && !inBounds2) {
- color = Color.BLUE;
- } else if (!inBounds1 && inBounds2) {
- color = Color.GREEN;
- } else {
- color = Color.MAGENTA;
- }
- diff.setPixel(i, j, color);
- }
- }
-
- return saveBitmap(diff, BitmapAssets.TYPE_DIFF);
- } finally {
- diff.recycle();
- }
- }
-
- @Override
- protected void onPostExecute(String[] paths) {
- String message = mSame
- ? getString(R.string.comparison_success)
- : getString(R.string.comparison_failure, paths[0], paths[1]);
- finishWithResult(mSame, message);
- }
- }
-
- private Bitmap getBitmap() {
- Log.i(TAG, "Getting bitmap for " + mBitmapName);
- Bitmap bitmap = Bitmap.createBitmap(mTestView.getWidth(), mTestView.getHeight(),
- Bitmap.Config.ARGB_8888);
- Canvas canvas = new Canvas(bitmap);
- mTestView.draw(canvas);
- return bitmap;
- }
-
- private String saveBitmap(Bitmap bitmap, int type) {
- try {
- Log.i(TAG, "Saving bitmap for " + mBitmapName);
- return BitmapAssets.saveBitmap(bitmap, mBitmapName, type);
- } catch (FileNotFoundException e) {
- Log.e(TAG, "FileNotFoundException while saving " + mBitmapName, e);
- return null;
- } catch (IOException e) {
- Log.e(TAG, "IOException while saving " + mBitmapName, e);
- return null;
- }
- }
-
- private void finishWithResult(boolean success, String message) {
- Intent data = new Intent();
- data.putExtra(EXTRA_SUCCESS, success);
- data.putExtra(EXTRA_MESSAGE, message);
- data.putExtra(EXTRA_BITMAP_NAME, mBitmapName);
- setResult(RESULT_OK, data);
- finish();
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java b/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java
deleted file mode 100644
index 104ac1dbddc3878721aadd484f04ac41cbf2d25e..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import com.android.cts.holo.R;
-
-import android.content.Context;
-import android.content.res.Resources;
-import android.util.AttributeSet;
-import android.view.View;
-import android.view.ViewGroup;
-
-/**
- * {@link ViewGroup} that inflates to a reference width and height.
- */
-public class ReferenceViewGroup extends ViewGroup {
-
- private final int mWidthDp;
- private final int mHeightDp;
-
- public ReferenceViewGroup(Context context) {
- this(context, null);
- }
-
- public ReferenceViewGroup(Context context, AttributeSet attrs) {
- super(context, attrs);
- Resources resources = context.getResources();
- mWidthDp = resources.getDimensionPixelSize(R.dimen.reference_width);
- mHeightDp = resources.getDimensionPixelSize(R.dimen.reference_height);
- }
-
- @Override
- protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
- widthMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mWidthDp);
- heightMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mHeightDp);
-
- super.onMeasure(widthMeasureSpec, heightMeasureSpec);
-
- int childCount = getChildCount();
- for (int i = 0; i < childCount; i++) {
- View child = getChildAt(i);
- LayoutParams params = child.getLayoutParams();
- int width = getMeasureSpec(params.width, mWidthDp);
- int height = getMeasureSpec(params.height, mHeightDp);
- child.measure(width, height);
- }
- }
-
- private int getMeasureSpec(int value, int size) {
- if (value == LayoutParams.MATCH_PARENT) {
- return MeasureSpec.makeMeasureSpec(size, MeasureSpec.EXACTLY);
- } else if (value == LayoutParams.WRAP_CONTENT) {
- return MeasureSpec.makeMeasureSpec(size, MeasureSpec.AT_MOST);
- } else {
- return value;
- }
- }
-
- @Override
- protected void onLayout(boolean changed, int l, int t, int r, int b) {
- if (!changed) {
- return;
- }
-
- int childCount = getChildCount();
- for (int i = 0; i < childCount; i++) {
- View child = getChildAt(i);
- child.layout(0, 0, child.getMeasuredWidth(), child.getMeasuredHeight());
- }
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java
deleted file mode 100644
index afc0fbe642c985b03ad9b4f543f0774107404e75..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Intent;
-
-import java.util.Iterator;
-
-/**
- * {@link Iterator} over all themes and a single layout.
- */
-class SingleLayoutIterator implements Iterator {
-
- private final ThemeAdapter mThemeAdapter = new ThemeAdapter(null);
-
- private final int mTask;
- private final int mLayoutIndex;
- private final int mLayoutAdapterMode;
- private int mThemeIndex;
-
- SingleLayoutIterator(int layoutIndex, int task, int layoutAdapterMode) {
- mTask = task;
- mLayoutAdapterMode = layoutAdapterMode;
- mLayoutIndex = layoutIndex;
- }
-
- @Override
- public boolean hasNext() {
- return mThemeIndex < mThemeAdapter.getCount();
- }
-
- @Override
- public Intent next() {
- Intent intent = new Intent();
- intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
-
- mThemeIndex++;
-
- return intent;
- }
-
- @Override
- public void remove() {
- throw new UnsupportedOperationException("Nope!");
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java
deleted file mode 100644
index 3c489abc52c2a1a9af386d8abd6509576e6d0086..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Intent;
-
-import java.util.Iterator;
-
-/**
- * {@link Iterator} over a single theme and all the layouts.
- */
-class SingleThemeIterator implements Iterator {
-
- private final LayoutAdapter mLayoutAdapter;
-
- private final int mTask;
- private final int mThemeIndex;
- private final int mLayoutAdapterMode;
- private int mLayoutIndex;
-
- SingleThemeIterator(int themeIndex, int task, int layoutAdapterMode) {
- mTask = task;
- mLayoutAdapterMode = layoutAdapterMode;
- mLayoutAdapter = new LayoutAdapter(null, layoutAdapterMode);
- mThemeIndex = themeIndex;
- }
-
- @Override
- public boolean hasNext() {
- return mLayoutIndex < mLayoutAdapter.getCount();
- }
-
- @Override
- public Intent next() {
- Intent intent = new Intent();
- intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
-
- mLayoutIndex++;
-
- return intent;
- }
-
- @Override
- public void remove() {
- throw new UnsupportedOperationException("Please stop! That tickles!");
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java
deleted file mode 100644
index 5fe5086889c124f4ae6dde6046d4e60c8144d725..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.content.Intent;
-
-import java.util.Iterator;
-
-class SingleThemeLayoutIterator implements Iterator {
-
- private final int mThemeIndex;
- private final int mLayoutIndex;
- private final int mTask;
- private final int mLayoutAdapterMode;
-
- private boolean hasNext = true;
-
- SingleThemeLayoutIterator(int themeIndex, int layoutIndex, int task, int layoutAdapterMode) {
- mThemeIndex = themeIndex;
- mLayoutIndex = layoutIndex;
- mTask = task;
- mLayoutAdapterMode = layoutAdapterMode;
- }
-
- @Override
- public boolean hasNext() {
- return hasNext;
- }
-
- @Override
- public Intent next() {
- Intent intent = new Intent();
- intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
- intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
- intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
-
- hasNext = false;
-
- return intent;
- }
-
- @Override
- public void remove() {
- throw new UnsupportedOperationException("I can't let you do that...");
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java b/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java
deleted file mode 100644
index 60b4a15e057e109150b5c7077e84dface808e731..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java
+++ /dev/null
@@ -1,196 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.view.LayoutInflater;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.BaseAdapter;
-import android.widget.TextView;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * {@link BaseAdapter} containing all the themes.
- */
-class ThemeAdapter extends BaseAdapter {
-
- static class ThemeInfo {
- private final String mName;
- private final int mTheme;
- private final String mFileName;
-
- private ThemeInfo(String name, int theme, String fileName) {
- mName = name;
- mTheme = theme;
- mFileName = fileName;
- }
-
- public String getName() {
- return mName;
- }
-
- public int getTheme() {
- return mTheme;
- }
-
- public String getBitmapName() {
- return mFileName;
- }
- }
-
- private final List mThemeInfos = new ArrayList();
-
- private final LayoutInflater mInflater;
-
- ThemeAdapter(LayoutInflater inflater) {
- mInflater = inflater;
-
- addTheme("Holo",
- android.R.style.Theme_Holo,
- "holo");
-
- addTheme("Holo Dialog",
- android.R.style.Theme_Holo_Dialog,
- "holo_dialog");
-
- addTheme("Holo Dialog Minimum Width",
- android.R.style.Theme_Holo_Dialog_MinWidth,
- "holo_dialog_minwidth");
-
- addTheme("Holo Dialog No Action Bar",
- android.R.style.Theme_Holo_Dialog_NoActionBar,
- "holo_dialog_noactionbar");
-
- addTheme("Holo Dialog No Action Bar Minimum Width",
- android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
- "holo_dialog_noactionbar_minwidth");
-
- addTheme("Holo Dialog When Large",
- android.R.style.Theme_Holo_DialogWhenLarge,
- "holo_dialogwhenlarge");
-
- addTheme("Holo Dialog When Large No Action Bar",
- android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
- "holo_dialogwhenlarge_noactionbar");
-
- addTheme("Holo Input Method",
- android.R.style.Theme_Holo_InputMethod,
- "holo_inputmethod");
-
- addTheme("Holo Light",
- android.R.style.Theme_Holo_Light,
- "holo_light");
-
- addTheme("Holo Light Dark Action Bar",
- android.R.style.Theme_Holo_Light_DarkActionBar,
- "holo_light_darkactionbar");
-
- addTheme("Holo Light Dialog",
- android.R.style.Theme_Holo_Light_Dialog,
- "holo_light_dialog");
-
- addTheme("Holo Light Dialog Minimum Width",
- android.R.style.Theme_Holo_Light_Dialog_MinWidth,
- "holo_light_dialog_minwidth");
-
- addTheme("Holo Light Dialog No Action Bar",
- android.R.style.Theme_Holo_Light_Dialog_NoActionBar,
- "holo_light_dialog_noactionbar");
-
- addTheme("Holo Light Dialog No Action Bar Minimum Width",
- android.R.style.Theme_Holo_Light_Dialog_NoActionBar_MinWidth,
- "holo_light_dialog_noactionbar_minwidth");
-
- addTheme("Holo Light Dialog When Large",
- android.R.style.Theme_Holo_Light_DialogWhenLarge,
- "holo_light_dialogwhenlarge");
-
- addTheme("Holo Light Dialog When Large No Action Bar",
- android.R.style.Theme_Holo_Light_DialogWhenLarge_NoActionBar,
- "holo_light_dialogwhenlarge_noactionbar");
-
- addTheme("Holo Light No Action Bar",
- android.R.style.Theme_Holo_Light_NoActionBar,
- "holo_light_noactionbar");
-
- addTheme("Holo Light No Action Bar Fullscreen",
- android.R.style.Theme_Holo_Light_NoActionBar_Fullscreen,
- "holo_light_noactionbar_fullscreen");
-
- addTheme("Holo Light Panel",
- android.R.style.Theme_Holo_Light_Panel,
- "holo_light_panel");
-
- addTheme("Holo No Action Bar",
- android.R.style.Theme_Holo_NoActionBar,
- "holo_noactionbar");
-
- addTheme("Holo No Action Bar Fullscreen",
- android.R.style.Theme_Holo_NoActionBar_Fullscreen,
- "holo_noactionbar_fullscreen");
-
- addTheme("Holo Panel",
- android.R.style.Theme_Holo_Panel,
- "holo_panel");
-
- addTheme("Holo Wallpaper",
- android.R.style.Theme_Holo_Wallpaper,
- "holo_wallpaper");
-
- addTheme("Holo Wallpaper No Title Bar",
- android.R.style.Theme_Holo_Wallpaper_NoTitleBar,
- "holo_wallpaper_notitlebar");
-
- // NOTE: Adding a theme doesn't mean it will be tested. You have to add an explicit
- // test in HoloTest for it!
- }
-
- private void addTheme(String name, int theme, String fileNamePrefix) {
- mThemeInfos.add(new ThemeInfo(name, theme, fileNamePrefix));
- }
-
- @Override
- public int getCount() {
- return mThemeInfos.size();
- }
-
- @Override
- public ThemeInfo getItem(int position) {
- return mThemeInfos.get(position);
- }
-
- @Override
- public long getItemId(int position) {
- return getItem(position).mTheme;
- }
-
- @Override
- public View getView(int position, View convertView, ViewGroup parent) {
- TextView textView;
- if (convertView != null) {
- textView = (TextView) convertView;
- } else {
- textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
- parent, false);
- }
- ThemeInfo themeInfo = getItem(position);
- textView.setText(themeInfo.mName);
- return textView;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java b/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java
deleted file mode 100644
index 9ded4787746275e310e2da829fddf3acb822c6e6..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.app.ListActivity;
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.ListView;
-
-/**
- * {@link ListActivity} for picking themes.
- */
-public class ThemePickerActivity extends ListActivity {
-
- static final String EXTRA_TASK = "task";
-
- private int mTestTask;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- mTestTask = getIntent().getIntExtra(EXTRA_TASK, -1);
- setListAdapter(new ThemeAdapter(getLayoutInflater()));
- }
-
- @Override
- protected void onListItemClick(ListView l, View v, int position, long id) {
- Intent intent = new Intent(this, LayoutPickerActivity.class);
- intent.putExtra(LayoutPickerActivity.EXTRA_THEME_INDEX, position);
- intent.putExtra(LayoutPickerActivity.EXTRA_TASK, mTestTask);
- startActivity(intent);
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java b/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java
deleted file mode 100644
index b7fdd1d675c75d3a2c65a092b69125c56aa25709..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java
+++ /dev/null
@@ -1,212 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts;
-
-import android.app.Activity;
-import android.content.Intent;
-import android.os.Bundle;
-import android.util.Log;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-import java.util.concurrent.CountDownLatch;
-import java.util.concurrent.Future;
-import java.util.concurrent.TimeUnit;
-import java.util.concurrent.TimeoutException;
-
-/**
- * {@link Activity} that iterates over all the test layouts for a single theme
- * and either compares or generates bitmaps.
- */
-public class ThemeTestActivity extends Activity {
-
- private static final String TAG = ThemeTestActivity.class.getSimpleName();
-
- static final String EXTRA_TASK = "task";
- static final String EXTRA_THEME_INDEX = "themeIndex";
- static final String EXTRA_LAYOUT_INDEX = "layoutIndex";
- static final String EXTRA_LAYOUT_ADAPTER_MODE = "layoutAdapterMode";
-
- static final int TASK_VIEW_LAYOUTS = 1;
- static final int TASK_GENERATE_BITMAPS = 2;
- static final int TASK_COMPARE_BITMAPS = 3;
-
- private static final int VIEW_TESTS_REQUEST_CODE = 1;
- private static final int GENERATE_BITMAP_REQUEST_CODE = 2;
- private static final int COMPARE_BITMAPS_REQUEST_CODE = 3;
-
- private int mRequestCode;
- private Iterator mIterator;
- private Result mPendingResult;
- private ResultFuture mResultFuture;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
-
- mResultFuture = new ResultFuture();
- mPendingResult = new Result();
-
- int task = getIntent().getIntExtra(EXTRA_TASK, -1);
- switch (task) {
- case TASK_VIEW_LAYOUTS:
- mRequestCode = VIEW_TESTS_REQUEST_CODE;
- break;
-
- case TASK_GENERATE_BITMAPS:
- mRequestCode = GENERATE_BITMAP_REQUEST_CODE;
- break;
-
- case TASK_COMPARE_BITMAPS:
- // Don't delete any failure bitmap images that may be useful.
- mRequestCode = COMPARE_BITMAPS_REQUEST_CODE;
- break;
-
- default:
- throw new IllegalArgumentException("Bad task: " + task);
- }
-
- int themeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
- int layoutIndex = getIntent().getIntExtra(EXTRA_LAYOUT_INDEX, -1);
- int adapterMode = getIntent().getIntExtra(EXTRA_LAYOUT_ADAPTER_MODE, -1);
-
- Log.i(TAG, "Theme index: " + themeIndex + " Layout index: " + layoutIndex +
- " adapter mode: " + adapterMode);
-
- if (themeIndex < 0 && layoutIndex < 0) {
- mIterator = new AllThemesIterator(task, adapterMode);
- } else if (themeIndex >= 0 && layoutIndex >= 0) {
- mIterator = new SingleThemeLayoutIterator(themeIndex, layoutIndex, task, adapterMode);
- } else if (layoutIndex >= 0) {
- mIterator = new SingleLayoutIterator(layoutIndex, task, adapterMode);
- } else if (themeIndex >= 0) {
- mIterator = new SingleThemeIterator(themeIndex, task, adapterMode);
- } else {
- throw new IllegalStateException();
- }
-
- generateNextBitmap();
- }
-
- private void generateNextBitmap() {
- if (mIterator.hasNext()) {
- Intent intent = mIterator.next();
- intent.setClass(this, LayoutTestActivity.class);
- startActivityForResult(intent, mRequestCode);
- } else {
- mResultFuture.set(mPendingResult);
- if (mRequestCode == GENERATE_BITMAP_REQUEST_CODE) {
- // finish with result so that generated bitmaps can be captured automatically
- setResult(0);
- finish();
- }
- }
- }
-
- @Override
- protected void onActivityResult(int requestCode, int resultCode, Intent data) {
- switch (requestCode) {
- case VIEW_TESTS_REQUEST_CODE:
- return;
-
- case GENERATE_BITMAP_REQUEST_CODE:
- case COMPARE_BITMAPS_REQUEST_CODE:
- handleResult(resultCode, data);
- break;
-
- default:
- throw new IllegalArgumentException("Bad request code: " + requestCode);
- }
- }
-
- private void handleResult(int resultCode, Intent data) {
- if (resultCode == RESULT_CANCELED) {
- throw new IllegalStateException("Did you interrupt the activity?");
- }
-
- boolean success = data.getBooleanExtra(LayoutTestActivity.EXTRA_SUCCESS, false);
- if (!success) {
- String bitmapName = data.getStringExtra(LayoutTestActivity.EXTRA_BITMAP_NAME);
- mPendingResult.addFailedBitmapName(bitmapName);
- }
- generateNextBitmap();
- }
-
- public Future getResultFuture() {
- return mResultFuture;
- }
-
- static class Result {
-
- private List mFailedBitmapNames = new ArrayList();
-
- public boolean passed() {
- return mFailedBitmapNames.isEmpty();
- }
-
- public List getFailedBitmapNames() {
- return mFailedBitmapNames;
- }
-
- private void addFailedBitmapName(String bitmapName) {
- mFailedBitmapNames.add(bitmapName);
- }
- }
-
- class ResultFuture implements Future {
-
- private final CountDownLatch mLatch = new CountDownLatch(1);
-
- private T mResult;
-
- public void set(T result) {
- mResult = result;
- mLatch.countDown();
- }
-
- @Override
- public T get() throws InterruptedException {
- mLatch.await();
- return mResult;
- }
-
- @Override
- public T get(long timeout, TimeUnit unit) throws InterruptedException,
- TimeoutException {
- if (!mLatch.await(timeout, unit)) {
- throw new TimeoutException();
- }
- return mResult;
- }
-
- @Override
- public boolean isDone() {
- return mLatch.getCount() > 0;
- }
-
- @Override
- public boolean cancel(boolean mayInterruptIfRunning) {
- return false;
- }
-
- @Override
- public boolean isCancelled() {
- return false;
- }
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java
deleted file mode 100644
index 6c8b6016728ca2cb8b3e2445b70ed3c9de26a509..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/AbstractLayoutModifier.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.holo.cts.LayoutModifier;
-
-/**
- * {@link LayoutModifier} that does nothing in {@link #prepare()}.
- */
-abstract class AbstractLayoutModifier implements LayoutModifier {
-
- @Override
- public void prepare() {
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java
deleted file mode 100644
index 1f4c1002b87756f9d5f2e01eb5c9b569298ac4b0..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.app.AlertDialog;
-import android.app.Dialog;
-import android.view.View;
-
-public class AlertDialogBuilder implements DialogBuilder {
-
- public static final int ONE_BUTTON = 0;
-
- public static final int TWO_BUTTONS = 1;
-
- public static final int THREE_BUTTONS = 2;
-
- public static final int LIST = 3;
-
- public static final int SINGLE_CHOICE = 4;
-
- public static final int MULTI_CHOICE = 5;
-
- private int mDialogType;
-
- private static final CharSequence[] ITEMS = {"Red", "Green", "Blue"};
-
- public AlertDialogBuilder(int dialogType) {
- mDialogType = dialogType;
- }
-
- @Override
- public Dialog buildDialog(View view) {
- AlertDialog.Builder builder = new AlertDialog.Builder(view.getContext());
-
- switch (mDialogType) {
- case ONE_BUTTON:
- builder.setTitle("Exit Dialog")
- .setMessage("Are you sure you want to exit?")
- .setPositiveButton("Exit", null);
- break;
- case TWO_BUTTONS:
- builder.setMessage("Are you sure you want to exit?")
- .setPositiveButton("Exit", null)
- .setNegativeButton("Cancel", null);
- break;
- case THREE_BUTTONS:
- builder.setMessage("Are you sure you want to exit?")
- .setPositiveButton("Exit", null)
- .setNeutralButton("Neutral", null)
- .setNegativeButton("Cancel", null);
- break;
- case LIST:
- builder.setTitle("Pick a Color")
- .setItems(ITEMS, null);
- break;
- case SINGLE_CHOICE:
- builder.setTitle("Pick a Color")
- .setSingleChoiceItems(ITEMS, 1, null);
- break;
- case MULTI_CHOICE:
- builder.setTitle("Pick a Color")
- .setMultiChoiceItems(ITEMS, new boolean[]{false, true, false}, null);
- break;
- }
-
- return builder.show();
- }
-}
\ No newline at end of file
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java
deleted file mode 100644
index e27b6c16d0990da8fa2c8000d6e47f7a6e9531c8..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.holo.cts.LayoutModifier;
-import android.view.View;
-import android.widget.CalendarView;
-
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-import java.util.TimeZone;
-
-/**
- * {@LayoutModifier} to set a precise date on a {@link CalendarView}.
- */
-public class CalendarViewModifier implements LayoutModifier {
- /**
- * Long representation of a date that is 30 years in milliseconds from
- * Unix epoch (January 1, 1970 00:00:00).
- */
- private static final long JANUARY_DATE = 946707779241L;
-
- private static final long FEBRUARY_DATE = 951033600000L;
-
- private static final TimeZone TZ = TimeZone.getTimeZone("GMT+00:00");
-
- private final boolean mJanuary;
-
- public CalendarViewModifier(boolean january) {
- mJanuary = january;
- }
-
- @Override
- public void prepare() {
- TimeZone.setDefault(TZ);
- }
-
- @Override
- public View modifyView(View view) {
- ((CalendarView) view).setDate(mJanuary ? JANUARY_DATE : FEBRUARY_DATE);
- return view;
- }
-
- public static boolean isMonth(int month) {
- Calendar cal = new GregorianCalendar(TZ);
- return cal.get(Calendar.MONTH) == month;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java
deleted file mode 100644
index a828eb86c97f82f5fe5ccdda4696ef884db23899..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.holo.cts.LayoutModifier;
-import android.view.View;
-import android.widget.DatePicker;
-
-/**
- * {@link LayoutModifier} that sets a precise date on a {@link DatePicker}.
- */
-public class DatePickerModifier extends AbstractLayoutModifier {
-
- @Override
- public View modifyView(View view) {
- DatePicker tp = (DatePicker) view;
- tp.updateDate(2011, 4, 20);
- return view;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java
deleted file mode 100644
index 94712b5b81ef3eae60744291ab4c2ca1c248ce31..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.app.Dialog;
-import android.view.View;
-
-/**
- * Interface to implement should you want to write a test that uses
- * a Dialog. Since a Dialog shows in a new window, implementation
- * of this interface is required in order to appropriately save
- * the Dialog for testing.
- */
-interface DialogBuilder {
-
- Dialog buildDialog(View view);
-}
\ No newline at end of file
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java
deleted file mode 100644
index 38167e0d32b4cd62ce56df8d7a816a2fc69afa0a..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.app.Dialog;
-import android.holo.cts.LayoutModifier;
-import android.view.View;
-import android.view.ViewGroup;
-
-/**
- * Wacky {@link LayoutModifier} that takes a {@link Dialog} and transplants into the
- * parent view group.
- */
-public class DialogModifier extends AbstractLayoutModifier {
-
- private DialogBuilder mBuilder;
-
- public DialogModifier(DialogBuilder builder) {
- mBuilder = builder;
- }
-
- @Override
- public View modifyView(View view) {
- Dialog dialog = mBuilder.buildDialog(view);
-
- ViewGroup parent = (ViewGroup) view.getParent();
- parent.removeView(view); // remove the filler view
-
- // get the dialog as a view
- View newView = dialog.getWindow().getDecorView();
-
- // remove it from the dialog
- dialog.getWindow().getWindowManager().removeView(newView);
-
- // so we can add it to our ViewGroup
- parent.addView(newView);
-
- return newView;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java
deleted file mode 100644
index ffb93fb42835fb3951e59b9fe2dc815a34e86877..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressBarModifier.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright (C) 2012 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.view.View;
-import android.view.animation.Interpolator;
-import android.widget.ProgressBar;
-
-public class ProgressBarModifier extends AbstractLayoutModifier {
-
- @Override
- public View modifyView(View view) {
- ProgressBar pb = (ProgressBar) view;
- pb.setInterpolator(new ZeroInterpolator());
- return pb;
- }
-
- private static class ZeroInterpolator implements Interpolator {
- @Override
- public float getInterpolation(float input) {
- return 0;
- }
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java
deleted file mode 100644
index b2c774443de47175aead6d3df2e6b7e0b76b73ea..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import com.android.cts.holo.R;
-
-import android.app.Dialog;
-import android.app.ProgressDialog;
-import android.content.Context;
-import android.view.View;
-
-public class ProgressDialogBuilder implements DialogBuilder {
-
- private int mDialogType;
-
- public ProgressDialogBuilder(int dialogType) {
- mDialogType = dialogType;
- }
-
- @Override
- public Dialog buildDialog(View view) {
- Context context = view.getContext();
- ProgressDialog progressDialog = new ProgressDialog(view.getContext());
- progressDialog.setMessage(context.getString(R.string.loading));
-
- switch (mDialogType) {
- case ProgressDialog.STYLE_SPINNER:
- progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
- break;
-
- case ProgressDialog.STYLE_HORIZONTAL:
- progressDialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
- progressDialog.setMax(100);
- break;
-
- default:
- throw new IllegalArgumentException("Bad dialog type: " + mDialogType);
- }
- progressDialog.show();
- return progressDialog;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java
deleted file mode 100644
index bbffa9e0073f0a5f8a19dc7d5f97da7c89eb6164..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import com.android.cts.holo.R;
-
-import android.content.Context;
-import android.view.View;
-import android.widget.SearchView;
-
-public class SearchViewModifier extends AbstractLayoutModifier {
-
- public static final int QUERY_HINT = 0;
- public static final int QUERY = 1;
-
- private int mSearchViewType;
-
- public SearchViewModifier(int searchViewType) {
- mSearchViewType = searchViewType;
- }
-
- @Override
- public View modifyView(View view) {
- SearchView searchView = (SearchView) view;
- Context context = view.getContext();
-
- switch (mSearchViewType) {
- case QUERY_HINT:
- searchView.setQueryHint(context.getString(R.string.searchview_query_hint));
- break;
-
- case QUERY:
- searchView.setQuery(context.getString(R.string.searchview_query), false);
- break;
-
- default:
- throw new IllegalArgumentException("Bad search view type: " + mSearchViewType);
- }
-
- searchView.setIconifiedByDefault(false);
- return searchView;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java
deleted file mode 100644
index 34f171ce6bea9427acecd862904f67693e770032..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import com.android.cts.holo.R;
-
-import android.view.View;
-import android.widget.TabHost;
-
-public class TabHostModifier extends AbstractLayoutModifier {
-
- @Override
- public View modifyView(View view) {
- TabHost tabHost = (TabHost) view;
- tabHost.setup();
-
- tabHost.addTab(tabHost.newTabSpec("1")
- .setIndicator("Tab 1")
- .setContent(R.id.tab_inner_view));
-
- tabHost.addTab(tabHost.newTabSpec("2")
- .setIndicator("Tab 2")
- .setContent(R.id.tab_inner_view));
-
- tabHost.addTab(tabHost.newTabSpec("3")
- .setIndicator("Tab 3")
- .setContent(R.id.tab_inner_view));
-
- tabHost.setCurrentTab(2);
-
- return view;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java
deleted file mode 100644
index e9e13bb89bf4b26831e82779dbf534500cf050a0..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.view.View;
-import android.widget.TimePicker;
-
-public class TimePickerModifier extends AbstractLayoutModifier {
-
- @Override
- public View modifyView(View view) {
- TimePicker timePicker = (TimePicker) view;
- timePicker.setIs24HourView(true);
- timePicker.setCurrentHour(13);
- timePicker.setCurrentMinute(37);
- return view;
- }
-}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java
deleted file mode 100644
index 4be06dabe623ec1979141903331c33cb1bd5e8f1..0000000000000000000000000000000000000000
--- a/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2011 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.
- */
-
-package android.holo.cts.modifiers;
-
-import android.view.View;
-
-public class ViewPressedModifier extends AbstractLayoutModifier {
-
- @Override
- public View modifyView(View view) {
- view.setPressed(true);
- return view;
- }
-}