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 @@ - - -