diff --git a/CtsTestCaseList.mk b/CtsTestCaseList.mk
index bf67a15115aacb2b0d0d5f99b54317e838194f86..3923aac9d120db99a8d74089ce640c7e4a3d07f3 100644
--- a/CtsTestCaseList.mk
+++ b/CtsTestCaseList.mk
@@ -42,6 +42,7 @@ CTS_COVERAGE_TEST_CASE_LIST := \
CtsGestureTestCases \
CtsGraphicsTestCases \
CtsHardwareTestCases \
+ CtsHoloTestCases \
CtsJniTestCases \
CtsLocationTestCases \
CtsMediaTestCases \
diff --git a/development/ide/eclipse/.classpath b/development/ide/eclipse/.classpath
index a1917b35ee265639e5d76a036e32e249e89f5620..7e2f5c67c2221e8bfb065387c9a9c70305c1f30e 100644
--- a/development/ide/eclipse/.classpath
+++ b/development/ide/eclipse/.classpath
@@ -33,6 +33,7 @@
+
@@ -51,7 +52,6 @@
-
diff --git a/tests/tests/holo/Android.mk b/tests/tests/holo/Android.mk
new file mode 100644
index 0000000000000000000000000000000000000000..63dbb376ea30dbe0c5523fba62f019f14b11e7f4
--- /dev/null
+++ b/tests/tests/holo/Android.mk
@@ -0,0 +1,36 @@
+# 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_SRC_FILES := $(call all-java-files-under, src)
+
+# Resource unit tests use a private locale and some densities
+LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c 320dpi -c 240dpi -c 160dpi
+
+LOCAL_PACKAGE_NAME := CtsHoloTestCases
+
+LOCAL_MODULE_TAGS := tests
+
+LOCAL_SDK_VERSION := current
+
+include $(BUILD_PACKAGE)
diff --git a/tests/tests/holo/AndroidManifest.xml b/tests/tests/holo/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ddc3fad93e7ec284983f988e6a0c1d657a7ee623
--- /dev/null
+++ b/tests/tests/holo/AndroidManifest.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button.png b/tests/tests/holo/res/drawable-hdpi/holo_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_edittext.png b/tests/tests/holo/res/drawable-hdpi/holo_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..19843c2f865d10e239bb71792fbb92138341c0da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..45a8da0ed9974157a9ca41d534bd04f9f2bdf46d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..7382c6cc7da0cd637432c34a4f68466148209261
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1e7f2bb8bedf4ddc35bc904000b0e5c012f689c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..2c65d33787275dae47d36a59770180103cd2258d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8c1bc4f7bc1efc01a6bf5e8e6ccc0bb2dc18ac4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c096cabd6b581f5ff6008d06d812c2a4cd0148c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c4d96c13c695325221a2258c9d35cb0419d26b9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e606cc82d5a2bf4facaa0b358b760acf448f32fa
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6fd2ba2a97bab7e4e2b771432f42103d7832636a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f52884cefa517fd0e9dc7c5b901dbff4293765da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ede7939bf94d5e04e7a4ba07716b5b93e1cb5c7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4356dd0c496ed90e2acb8a059c0c1d3a85a0ec70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a2248d6bc4fc462a91eb582e905d276e4085393
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..069a67eac539fcb6f471f8a629ab3276c2dd8103
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7fa13d88bc7c16611b92278ffce5041cd2f20b3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50fe6b183d22fedd5bb3c8c1b1380e7ea1ff3f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d0bd4f6cb18210201e6e36ee707379adb7f27df
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..26f65ee2d31c31b4527cb978a98ee0b1c124d213
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dad7afc3a51879df5a31c5f079065b09e8e5cea6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d8e8dfb6c8bd9d71933a99218c879789ed0c248a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b7ed0fd9e86ff9650e16a0c87c95301bbe71ff12
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb69c2f84fe8555ecde32e49547446104e392e4c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8a38f74f5b9336e29c3cf80c692993f7593ba965
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6086d5338b2d92edd48b7146e8c73e2e46c2d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1dd698f7cfe50fd2662114ff6d075c30994ec2f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a64fe9779d141ec5da65b5240136006bd45ac4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa916a4ac4fd0b74f89ffbc910dbbe2d0949c02
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf3c4c0c2e8871b0c2a720b3e1a7cc2e957afe53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..da47cb115a0efda481fa55eb295a5a4d7a729701
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbdaa9c92b9499033be8b2335f951b85880ec31d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e8320ca220d2525bb6cbc09a60e838e5130c3dd7
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7f357ad7ff99c70a5bf1ecad64cadf549091dd9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..64a0e5927a521ba11533339127527b3e0a4c8e23
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cf3beeaf5e5c68dab8c6b77d20f69ab6fd19a4da
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..462e9d38415afd1b163be0f3a7949d277bd7a76d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bbb3acf42b6f7978cb588697bede5b63e2caaf64
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..22805ee8c98282e782808c0e5d34359b2b6e9fe1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..49ce08d68a5f04f26b0551c0eee0b62c7b5180e2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9d240f3a43d1874a6bb2c833f678d0d949e90154
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_light_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_light_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_panel_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_textview.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_list.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa074c1b1685b9604fd4332065505daa5c203fb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..205b8553bf7c207f63f4e885b1304eae208de87d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..356c230e9b1fcd6ab4e2c8196557e2de343c8f70
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d0d20c84f30e62bbd2ad9aeb12b29a9c65eeb53
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..33d06416a5484454de7d9afe876c6b98ee3070dc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5969402f564a78d76766eb2b81e9f223dc1befab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1c65266ef18870a853e45074024f8372efb4c460
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..797dcccbd7af862172e21895f97042e01bb668cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7106a7362b6deaaf8f5038b6efe5327ade8eb717
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97e83b6c41c764cca396c56dc3c7cad9833c4be1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88934c2cab75324c1bcf0f851e17a6d14ee3c712
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..65af9b3ea783ab078577f31e8444412eebe6b03f
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2d1e63f57978a309681f5048c7d3ca86e4b27a66
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..914e522dc9d01fb4966fbc3814343ce0a9e063e6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f6509576cd4c82b69ea8687695a422d56ca3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf79d054d7e3d8039cdad68ddc8407fc9bc7bf9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..508a96e4377be5710112d194636aae7184f7bcc8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0157fed3b7a091cb0afc5d0a31beb8e66ed5ac
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0bdb9be387419ed4ea03af4255926c9d229cf62e
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..97071db202e7815031c17f7681bea51eecf02e1d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..dbcef9d94fb01d9a253804df444f27e876c0c8c8
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c60546fb0c5203f888a86ccb8b9ca8a08fa8bc0d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..369d7b465a977c7ee28e1d82207992fecca78cf2
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..41e958c7ed1a7f8a3818a55c7441e9cc9dab0d3c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..7923142938dad1616112ff34f47ad747041ae6b6
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d94e0ec771b92dd50a4d5b774a266689948536c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0891a0b4046f2137574207a65fc22ffd06ccc606
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0fd63d218de38c73d9ced3dd9d11c9c81f8b3f82
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a270f9d993500aed6bfa7ae247a4a9d71963c97
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..168b54f59da4e5f12dfaf3afc5e0105e328a9058
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..50c99a6599bb9ffb55bb50c08db6081f0f6d8266
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5959f1bb0ae78506fb5732063f54e5dc20f91121
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bfe69184ac74ed143f07ab808a51007dab7594c9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..5a74bfb6153f0a1002813e33777c3dfaffd86764
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3ab433c89d924a8b2fb2105f500c52fff3c5e490
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4dc4b050732df347508b406e0158c896a9ad3f34
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2ca185211505ec0864b969e3c37920ef9aab787d
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..84d8b8c9341601235661c6180c930a1409dac3c4
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..87c629e4fa5d01416e3f70778e56264950449e4b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1122d5ef1c27ce0289524295db8e53674f6d6714
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2316e8a7887ffeec9cc5053da65f66ca4dbdeed9
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1eb04dad4868d42d1d57bc8b41ffa37bbacd3ed3
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bdf014a173b81dc6e8bc43d686f86986b6d917bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b194d4ec6c8e9270698ac51d024e39a8099c4bab
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..b89ea7d9a1999f56ee001e18efe5f4133ac20843
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..3100469c87e6487f987cf1f70e492ed85beaace1
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9aaac14397499087f2c2c99a8562f63ea1d99327
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..38fe4e74a7c1c4edcc260fe91dd192d01398b5fb
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d85ceaa4ecb730c8089d9a1dbd9d044608224d39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..27698b0393df07a1c6ad5ad54dd61b3ad4edcf39
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..85547e30c828c089bc607049c89ba267d98bc23b
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4402c11ade340c2aaa1ba46bf7b56a06dd392643
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e10185458117387ae5cd7337428aa670b61d509a
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2daed758352516623d21d45d2da8dafe8b1faf17
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_zoomcontrols.png b/tests/tests/holo/res/drawable-hdpi/holo_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..576340630d8190b61d0e5bb1115e5c16fcbcb33c
Binary files /dev/null and b/tests/tests/holo/res/drawable-hdpi/holo_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..83e6db7b2eab69ec94dcc2bd59fecd5b2617ebc2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..863e8a5e1d0b7fa57b12e0ece72c28d9ce311096
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..144d7ce7ca712439a8ebff9789ff3010cc0d17dd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..6888f47a37ba56249fa6e0ea6c82567c0653cf9b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..417b38f84722902a9ac5b7b17cc95b5849643d34
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..66dfa3778d48a6c86bae6094d0b112bbf72aa27c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..19124b292bab18ce7e4f6c89dac7a0ecb6b79c0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..65dd0e026711b367627208bfc890e19b384ed30f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b86863c1fb749be99e2ea4c03483b3a0344f88d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..54949e85bf77b169245f4c9e4d39a56bc2742ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..42e2783091374c2a153d6e2b41c33fad3a5d8026
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..200e909722325547e577b8c095607f11c35f7d0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e9ca9ac59978fc92d5ce1b7704221e92c67a0
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa86092d37c5665a3a328503e94f2d785ee0a440
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..750a89c45ca8c47d7f9a01da1773b5e5966016c5
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc91586c7a95a1e3dd01236cb6ca629c708a53c2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..f839e45cdfa2f5ce58ffd274259aa99f0a24b63d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2398a14325b50ea1d5636036cc06c9cbe31bbec
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..898442f800be5ce59870601b189c07d2eb321e95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..6191420ca36d4363e5fcef28e68a146999483331
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa88e6f392c574f0240c121a10fa10c3e42e8efe
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fabd8a09284c31b724acf7292239158385b9b23
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6812e982bc7964d20d4ac228925b64e722a865e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bebaba9250c5e6feb116bfe512dc4fd02045cd6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..3530a91a16f3605830b5321d897fc952206cc005
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..51ee230b6845f448f93a23e254f4c39fa7f4b9e4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..793da54bbbda5d22466b6256f7524f9afdefde59
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a307589a10a717f510a630d0174d704cc95fb91
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f11808d2efe2a6403f2a1d80013b3a35ef4ab0b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..f1e0f2f7181ba5b53db90e59ca9143af30475d51
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a73d98e8e0ba76f289775f328ff48782534f712
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..881276c6a19b70a4666972e145c1ec4f784a207c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..144cd8f6a85e190ffbd8acb196f5459a55a27734
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3029f2d206832887f17124545fc3f40a7af5b5f
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dad98a88debb9900e77451ad7d9f81a774ff48a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..df587bc1d955d51c519b852fe4eb18fc4864b9fd
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5319bf45aa3e24c1812e4fd3e0745d7cb023134
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ea8c14fe0b883b86e27b58e2e24a8a20d83b35b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e95a85d940b07ba170a30a4c08d98dc928fad35
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe3c672a23ec8a970039798b8dda97a8381387
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_light_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ee47102be7170c883eb46ecbf92f473f5c828
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..31434c6c4b25bf2266e90eed4c7408779af1ebb2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..517a575223cc7302a484be54b283256803ed81fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..3938fa97abf577b9fd7b2c9c4040eaf7e569297b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f60050603d009a9007e5aaebe506f2ddd9cab8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae3bbb093fdda439d639de7597293bab8256600b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d814501588e1abdc4e13f21263895cea1629d31
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..69f806129c196a49bb8f75570ba26e00eefe25cc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_calendar_view.png
new file mode 100644
index 0000000000000000000000000000000000000000..50d00ab0b33936f011ddd00ce87d01be601407f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..63dc6edae7528beb7884ac48c2215779b4fd9af1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0f737c09b87eb65aa679a1e9c4232e6e5beb8ea
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4e70933bf1c4f4472cb6d30ddc5072821b5146e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_chronometer.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe1bdd7301b76a9e8f84e71b538663336bf9e638
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3f06405dc8f241a59e8cbd71720ce217cb2d4be
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..285d92528f6477a6d4a690811a02a9685d25b107
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfbbdd4bbe4c5394458b78513fe649627763caaf
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..a691827e1f13ef2a0c53b26555c8222c62b30ff8
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0e99ac350f9ecc975c220bddc8d6f89534ea62
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..f54fd6402a4eb7dd178266e6f25eb09100ca059e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_purple.png
new file mode 100644
index 0000000000000000000000000000000000000000..15c94941ae006e5c04b3d5d8e80838c85b4a4d61
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_purple.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..de3385d71f4ddf16df4f3ec1ac8d972cba94a4f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_dark.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_light.png
new file mode 100644
index 0000000000000000000000000000000000000000..dde40435e6e840e13bfc42a9b3875b1a8b3a70e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fabb7e3b9f7f6065fa31ad5f58b23628931e023
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..d027b03bf2725080a03a1e3865351ba111133ec1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73db1402a293172b30884e4ba9079ae77d0f1f1
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..2813c845ddb5393631f55a383d37a2618634c433
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5c65a981d5a2ca508c73867b9ad97db988dcd71
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..50301a4c396fa5852b15beb8a51a1f8aa4ea852c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_large.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..1240e6a156d89e0b990dd63292becff52139f265
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8f1283277c363c4e8bf92801501a01e3a2acb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..813b9ee3561ad93e24abeb749d836220752a9446
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca4a1b7bbde961ca9ceb3258359205f7021991cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..944e7a4aeaaab8abe7d5a446d221b10c44772fce
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_horizontal.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_vertical.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9aecf850e5b6900826c95c0aeac2d0ffbdcff55
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_vertical.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..00a9aaba7316fd5c831dc7f461b384311ac0697c
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f40703772fbc6794953d9e2598c1329e674608
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5.png
new file mode 100644
index 0000000000000000000000000000000000000000..88725b1ff28abcb4f6c5ba45a93e1c46da23da67
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..303db0c8b4954471c7071ef10a31438fdef6fa95
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..f62fa447b2523c1ef357a845e93eccbf4259cabc
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png
new file mode 100644
index 0000000000000000000000000000000000000000..45ade7bb1086b6645dd1cbcb59107e07c85e9d50
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4ccda722aa3a0b5745e59ca52d9fda96b37d526
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6e364638bd0e7ca18000a9b7a8a7793150e8a28
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query_hint.png
new file mode 100644
index 0000000000000000000000000000000000000000..df6d42154d3ed75cb6b35936be6efacb6b0a0c03
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query_hint.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ef0c71670d95da86e40d2cd5ef7d80d1fe809b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_0.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_100.png
new file mode 100644
index 0000000000000000000000000000000000000000..5be0453854c6138171720d2973915ac50516b90b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_100.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_50.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ba6228594f51a9d3e5efe3ed7d6443ea450226a
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b14cc01f4144000042366d16673d9f0de692bb4
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1beda8c92f717be9195f2fc237fa5640aae88b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e17d31e0ee020bd8f82d7431fb7f59f76d281d
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..b5476b626d307df1919e5c93c0f4c40e0e96b8a2
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf89f252370f965f781be0e9ff6de2a02a4b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_textview.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead9c2785471500cfeda00741ea1b4129ca1be45
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..948e1b81f8776af1015f05fcde52272146d51995
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button_checked.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89fae2cfb4a97bb72c0644187a17710de5b1b47
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_zoomcontrols.png b/tests/tests/holo/res/drawable-large-mdpi/holo_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..7892bcf19a4387855333d5e74fb8d669de6bd82b
Binary files /dev/null and b/tests/tests/holo/res/drawable-large-mdpi/holo_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_alertdialog_twobuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_button.png
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png b/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2089f47108d5864b1083419c6fe650c50ce1a382
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..4abe60eebfd7f437410ea781a625cbb600ab906c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..88175a0e757c780abe2c051075b4187b082e49ee
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..709dfb2bec6f73a3dd90538173f5d18b8b65ce32
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c018d6f082ce2200745e92b5a374fcec96f389f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..18569e7880ac1e1e1c9c30168161c4e6a8189b2e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..06fae2db559d9319a092614d76d80298e475a7d7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..415f4cbb3cae5fdf3f8e2db83b293d2d38a5b0f6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..78b54b9419eea72b97e6686f59522e345dc4bdfa
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9cd44e55e0ee6467e1e513c0434fbfbfd1525f94
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4d87f342cd3935abfc273b4a9ee0440746079924
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90229f0625f292255e299d1636eeaa82a7251af9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e24fc712c0c77c2fda03efc75d6f8c27c67e20bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..efecebbad2c572ad8cd2b33b0dbe0bbe611155b2
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..76245b8883d14ec50b780b11915877027e9c9d15
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..16c7322765daf14b387a1074d55ba6bd383d9b8c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c049776b57c7473b0bcda3a685b758f87c307f4f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e1fa030179c7f125843fd34d5d70c1d257722ad9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e998ddcf18bd0f160943cc0a6db9b055d3a1b127
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..bc60c6785fb37491b63ffe487efa69eaab6499b5
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..13033aa14b860347119e78e37dff6f4b1425f193
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..340ff5c7e7a970fadcf823a1e4104f6a62177433
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..60c731e90b5c80e0cc3a287a651d28e1ad9ed434
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..260866a40675e58e6ecaf5d388917982c5d2d6eb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ba802571aa4fa2964a74c4e8395edb477fbb262
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c1f38bd0b6376f0e257f5748e50dbb8b7bea049d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c981c8a50f2edd258ffa3d535c71472f3730fb4a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..43c9f5cdf302a7e2c1215a54f7b2c4cd656e5edf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ee24814e044f082e70fb40532fcef51f99241a89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..1a543aa7dc85eedf22f688eab32e00cf4adc28bf
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c61a55cbb722d2becb380d90a623632da5cdb19b
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c45851e0a1c7f213447046c9955e2148b1675fb7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bb082b5744f5d96668b9f61533b143584e1f3d8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7db1edd9c5c6b3cb4299fd88b761ee24b41be93
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..469effd83565353d00764486a9d426520fb7554f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..361cf0611b50a4eed3200cacf2bdf2c1355c8388
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..821c866dc182b696f98a59e5806d6db4fe36be34
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..584e0fe2af92db068320601eb0e79b5c668d5c57
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c9e16e3db07f86a8277d5d5f7e9774122398b11d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c974143c13b8c839fa64990f8cf514d2e377b038
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_light_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_panel_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_ratingbar_5_pressed.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_seekbar_50.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_switch.png
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_textview.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_textview.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_edittext.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_list.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_list.png
new file mode 100644
index 0000000000000000000000000000000000000000..2791d02caaad8588a9bbf2aa76fdb0e0ea72bcc6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_list.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f6b6df5da8501f24570d6b017266fd9dd632624
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0fabdf93ae2600dcfe25f7e4f4b71e758e4950f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec26641e1ed8bc9aeb53e4b58e8dbc7ea5c777
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d73083326fc9dfa8f3cc8b51a4d1aa8061368e9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..34810faecfcf7077674c54f167a7f7f2be535123
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0478b2e93f99842b570b1adb196da9e58e183f39
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..fa826df5cd019b3f7381b3976a0904e93652a0a8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52ffc7f49e2cfaaacca337485482c09d2fb1e6bc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2e1963fe999b96512d65a7195e3c9f9bf3b0da84
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4eb39c99ff4cdb579b9b7c9fe654739a3a39283a
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a62d850ac78a9c73d5981a36d00681f38e5077c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d1a3f992f6f85a40c95678d8ecbe18ec2c013c21
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..52a4de210453b6490516e03785b93830a377e20f
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9439e80c92f879823df0531c001b121a4ec47a7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4f8af58a1b930256f42b337d4aff560cc53fbbe8
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..6ad239436ebe16732970e29f742865a7b0301d60
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73f8418532c3c95217c1981143b0ee4e8c065819
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..90ab9991f231cd2648b666d5561333e490be0139
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..30f2d23096b8214416938867d7934c76270ac2cb
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbef0bba3936d7140384d17fe2c953e791a251
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e99df2c67f955deff62d3715c0bf1fb82234b026
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..4b41717c40144e80d447e6e5a5242b379f33cc55
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_edittext.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_zoomcontrols.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8bb3363b22563dff5e1d2d79e1f1dbd585ea93e7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f1d481de450a920f667a9575fbe7d75c0f669450
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5860795dc483632f181f10c7b58ecfdb4727db9
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..9467831288b848162414b6e7dc49709be1c408b1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_horizontal_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..98344af617cc1f83b7be31e161075a8c504faff7
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_large.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..88ef97714d69053389d75ec189a6bcc6f5df3a18
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressbar_small.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressdialog_horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..68cc076394977d42906bff6a304dc0a12fe5a765
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_progressdialog_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..db61da391a1b8e45e9968792f2af22b65edbdd06
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ea35686df306c01b9459e16d34d5c6e8d8175e5d
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..72b70776c3556e5985ae7d11a3c182c55b379d63
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c145b7a48c4722c206411c3ff68b9eb7c150c614
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..517f3d677b5e621221022be350def43184496329
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..c31df16a6a24b985ed5c9e0d9a90d4885900e482
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_0_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..d184a4f5657d6f0ffa6fd291f839f8092c41bc89
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4fcb80ce9ace234aec1f002802ea6e0ed9b1d7e
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_2point5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..ce1c817de3c05f0a20ad57cfabae222451f0b439
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..f9f41d48e1b851b5807e1ab62c37476450e5a9ab
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_ratingbar_5_pressed.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..73c611fa76545934edbb35f56b198d0fe1312221
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a61d007a868bcf91516e31261326b82a0999fc13
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..139aacc16d6efffd09d2dd6b34e88cd725c078e1
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb26838fc0a5c1cde7eb05a94b7b1b8df262da05
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_0.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..a5ae2ba41651e27a571b01952d2a5d3bf0e980af
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_100.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..8438db8b476c736894376234c80600a8471a4b03
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_seekbar_50.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..713ea22d9b8170ff3ce643766f6fdc39c0749bf0
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..001e1062b20e09c4d8ae306ab0bbf3b669a0535c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..79e75f389470d06010037af5f6105b3a39c8e313
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..eaeeae7542675a731d926126cc81a681a63364ef
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..0d908a540d9c5831956041a9f47ecf7670c563fc
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..871154253f8514fca5c0443b9617bef1ac266734
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdfb783a8972cb1b439660f2508375a308936a6c
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png 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
new file mode 100644
index 0000000000000000000000000000000000000000..2c604eedff978e80852190f5a772740ee7f39947
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_zoomcontrols.png b/tests/tests/holo/res/drawable-xhdpi/holo_zoomcontrols.png
new file mode 100644
index 0000000000000000000000000000000000000000..21d17f99f4b70eb9396df7f3ab98ef0efd2be9a6
Binary files /dev/null and b/tests/tests/holo/res/drawable-xhdpi/holo_zoomcontrols.png differ
diff --git a/tests/tests/holo/res/layout/button.xml b/tests/tests/holo/res/layout/button.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ca9f542c85d0ab80c11fef927e17d775c02e413c
--- /dev/null
+++ b/tests/tests/holo/res/layout/button.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/calendarview.xml b/tests/tests/holo/res/layout/calendarview.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9c5f9ef548d96dfc0f0fe2886f49a6b09d9e96d0
--- /dev/null
+++ b/tests/tests/holo/res/layout/calendarview.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/checkbox.xml b/tests/tests/holo/res/layout/checkbox.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8eeac39a18bb898bcc5a52ec67b48752e9e102fd
--- /dev/null
+++ b/tests/tests/holo/res/layout/checkbox.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/tests/tests/holo/res/layout/checkbox_checked.xml b/tests/tests/holo/res/layout/checkbox_checked.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4991c0f4b4d598b0bd36fc5d6ede00f372623bcb
--- /dev/null
+++ b/tests/tests/holo/res/layout/checkbox_checked.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/tests/tests/holo/res/layout/chronometer.xml b/tests/tests/holo/res/layout/chronometer.xml
new file mode 100644
index 0000000000000000000000000000000000000000..11dc38866e08b7d606e64e6358ab4bc51dfb5d8a
--- /dev/null
+++ b/tests/tests/holo/res/layout/chronometer.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_blue_bright.xml b/tests/tests/holo/res/layout/color_blue_bright.xml
new file mode 100644
index 0000000000000000000000000000000000000000..aa1f7d04f03d6fb6fe6804f8097d74a67f38b9e6
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_blue_bright.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_blue_dark.xml b/tests/tests/holo/res/layout/color_blue_dark.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7956d34629e6bfbdca86db5576abf94fee26dc84
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_blue_dark.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_blue_light.xml b/tests/tests/holo/res/layout/color_blue_light.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f4215c34eaea37800fc7ada2c8f564a523390c4f
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_blue_light.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_green_dark.xml b/tests/tests/holo/res/layout/color_green_dark.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4ab111b0883485772b1e59f8ff56fd4a6c054466
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_green_dark.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_green_light.xml b/tests/tests/holo/res/layout/color_green_light.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ba57dffdc15936441d49ecbf45c63b1d73f91a0d
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_green_light.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_orange_dark.xml b/tests/tests/holo/res/layout/color_orange_dark.xml
new file mode 100644
index 0000000000000000000000000000000000000000..761f08a74aa64a0401866a6f8c6225931ae27f83
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_orange_dark.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_orange_light.xml b/tests/tests/holo/res/layout/color_orange_light.xml
new file mode 100644
index 0000000000000000000000000000000000000000..de43795efd2623ebfa6c84b35f7430b2a57a001e
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_orange_light.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_purple.xml b/tests/tests/holo/res/layout/color_purple.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8a2c0aa7a796bbc7dbc4f8fdcf474d9cce2c6a57
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_purple.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_red_dark.xml b/tests/tests/holo/res/layout/color_red_dark.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7e5f629ecd120ad9a6824332612afb0f413bc123
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_red_dark.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/color_red_light.xml b/tests/tests/holo/res/layout/color_red_light.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8afb2027b78409524d4617b0898d45ebaa3526e9
--- /dev/null
+++ b/tests/tests/holo/res/layout/color_red_light.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/datepicker.xml b/tests/tests/holo/res/layout/datepicker.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1ae955091deeda29a351cbd7c592293b7237501d
--- /dev/null
+++ b/tests/tests/holo/res/layout/datepicker.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/edittext.xml b/tests/tests/holo/res/layout/edittext.xml
new file mode 100644
index 0000000000000000000000000000000000000000..551501007d9470e29d123296d212aae22ca24b68
--- /dev/null
+++ b/tests/tests/holo/res/layout/edittext.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/empty.xml b/tests/tests/holo/res/layout/empty.xml
new file mode 100644
index 0000000000000000000000000000000000000000..562bf1aed299ee6d1a495ad50b7d0626bb7eccca
--- /dev/null
+++ b/tests/tests/holo/res/layout/empty.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/holo_test.xml b/tests/tests/holo/res/layout/holo_test.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c22d10d544f5d71ba7a51d121198a7654b3e8977
--- /dev/null
+++ b/tests/tests/holo/res/layout/holo_test.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar.xml b/tests/tests/holo/res/layout/progressbar.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4e810fc102831b37581675172c81f74a3ee3dbe4
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_0.xml b/tests/tests/holo/res/layout/progressbar_horizontal_0.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f5a515ea4c32474d7a714917379519562ffffba8
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar_horizontal_0.xml
@@ -0,0 +1,22 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_100.xml b/tests/tests/holo/res/layout/progressbar_horizontal_100.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3266479e95f089cda59945fb31615b0fffb18a28
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar_horizontal_100.xml
@@ -0,0 +1,22 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar_horizontal_50.xml b/tests/tests/holo/res/layout/progressbar_horizontal_50.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a64bb96dd3820a8e0bf7d13f3568529e1d218f6c
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar_horizontal_50.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar_large.xml b/tests/tests/holo/res/layout/progressbar_large.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4b664475626d2e229ce0f04f96b58957e5ea18d1
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar_large.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/progressbar_small.xml b/tests/tests/holo/res/layout/progressbar_small.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ae813d68d4424e52a1f01c910995624a722b046d
--- /dev/null
+++ b/tests/tests/holo/res/layout/progressbar_small.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/radiobutton.xml b/tests/tests/holo/res/layout/radiobutton.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f03d0f5cbc92bf6790c8d0117b4a4635d3c6cd44
--- /dev/null
+++ b/tests/tests/holo/res/layout/radiobutton.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/radiobutton_checked.xml b/tests/tests/holo/res/layout/radiobutton_checked.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6d57cc1c6214f29bcf579813691f92467a9a0bf5
--- /dev/null
+++ b/tests/tests/holo/res/layout/radiobutton_checked.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/radiogroup_horizontal.xml b/tests/tests/holo/res/layout/radiogroup_horizontal.xml
new file mode 100644
index 0000000000000000000000000000000000000000..cdbf1c3ceb9c010ed37ef11390863c1821b42f67
--- /dev/null
+++ b/tests/tests/holo/res/layout/radiogroup_horizontal.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/tests/tests/holo/res/layout/radiogroup_vertical.xml b/tests/tests/holo/res/layout/radiogroup_vertical.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f570ebeaf3ddf933855d00e14972892c421f6c9
--- /dev/null
+++ b/tests/tests/holo/res/layout/radiogroup_vertical.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/tests/tests/holo/res/layout/ratingbar_0.xml b/tests/tests/holo/res/layout/ratingbar_0.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8a5a9dda682ee252e1c403dd0977fea5aabb4a20
--- /dev/null
+++ b/tests/tests/holo/res/layout/ratingbar_0.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/ratingbar_2point5.xml b/tests/tests/holo/res/layout/ratingbar_2point5.xml
new file mode 100644
index 0000000000000000000000000000000000000000..38a2a5090d022f66e6fd4af98c43f27aa152c6a0
--- /dev/null
+++ b/tests/tests/holo/res/layout/ratingbar_2point5.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/ratingbar_5.xml b/tests/tests/holo/res/layout/ratingbar_5.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9e09d4ccff2fe54358da468ff6005e66b620bdd1
--- /dev/null
+++ b/tests/tests/holo/res/layout/ratingbar_5.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/searchview.xml b/tests/tests/holo/res/layout/searchview.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a1822ca86bfd0522435c86dfed241629e7d3b55c
--- /dev/null
+++ b/tests/tests/holo/res/layout/searchview.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/seekbar_0.xml b/tests/tests/holo/res/layout/seekbar_0.xml
new file mode 100644
index 0000000000000000000000000000000000000000..fac24c7427f8a6420cd070789056ffe4159bf4c4
--- /dev/null
+++ b/tests/tests/holo/res/layout/seekbar_0.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/seekbar_100.xml b/tests/tests/holo/res/layout/seekbar_100.xml
new file mode 100644
index 0000000000000000000000000000000000000000..179b39a0c4c693c9ec3cd4a154bb241aa8e4bc97
--- /dev/null
+++ b/tests/tests/holo/res/layout/seekbar_100.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/seekbar_50.xml b/tests/tests/holo/res/layout/seekbar_50.xml
new file mode 100644
index 0000000000000000000000000000000000000000..cfb91aba4942e0ae0b05ad5d09410e5f8a5caf9d
--- /dev/null
+++ b/tests/tests/holo/res/layout/seekbar_50.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/spinner.xml b/tests/tests/holo/res/layout/spinner.xml
new file mode 100644
index 0000000000000000000000000000000000000000..164741613d43103151aa84acabddbed84a05f428
--- /dev/null
+++ b/tests/tests/holo/res/layout/spinner.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/switch_button.xml b/tests/tests/holo/res/layout/switch_button.xml
new file mode 100644
index 0000000000000000000000000000000000000000..15f703864c35e7b4490ad9d95294ee0d366954d5
--- /dev/null
+++ b/tests/tests/holo/res/layout/switch_button.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/switch_button_checked.xml b/tests/tests/holo/res/layout/switch_button_checked.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9cf76870c5775f1bdd3adacb1a3b3be98478409f
--- /dev/null
+++ b/tests/tests/holo/res/layout/switch_button_checked.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/tabhost.xml b/tests/tests/holo/res/layout/tabhost.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4b7bcca71df0d908975cbfa405011b25ff969ac9
--- /dev/null
+++ b/tests/tests/holo/res/layout/tabhost.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/tests/holo/res/layout/textview.xml b/tests/tests/holo/res/layout/textview.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d45bc3a5de0bbdc5d052bdb544a1f532d5869a3a
--- /dev/null
+++ b/tests/tests/holo/res/layout/textview.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/timepicker.xml b/tests/tests/holo/res/layout/timepicker.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1e0f334f1fd90d6ec57081452548b44211ae6dcd
--- /dev/null
+++ b/tests/tests/holo/res/layout/timepicker.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/togglebutton.xml b/tests/tests/holo/res/layout/togglebutton.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d15e899b814f4695ffdff2087148b89db92a910c
--- /dev/null
+++ b/tests/tests/holo/res/layout/togglebutton.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/tests/tests/holo/res/layout/togglebutton_checked.xml b/tests/tests/holo/res/layout/togglebutton_checked.xml
new file mode 100644
index 0000000000000000000000000000000000000000..bd8cabda536f0b773cdac88aaf8bf4cdfd2a10b1
--- /dev/null
+++ b/tests/tests/holo/res/layout/togglebutton_checked.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/tests/tests/holo/res/layout/zoomcontrols.xml b/tests/tests/holo/res/layout/zoomcontrols.xml
new file mode 100644
index 0000000000000000000000000000000000000000..80ac8fb84b00e1a8c83b9590de9878892a4f4ee9
--- /dev/null
+++ b/tests/tests/holo/res/layout/zoomcontrols.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/tests/tests/holo/res/values/arrays.xml b/tests/tests/holo/res/values/arrays.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f6e6c92279de77867c2aa09ef91fa1c015c95438
--- /dev/null
+++ b/tests/tests/holo/res/values/arrays.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ - Spinner 1
+ - Spinner 2
+ - Spinner 3
+
+
diff --git a/tests/tests/holo/res/values/dimens.xml b/tests/tests/holo/res/values/dimens.xml
new file mode 100755
index 0000000000000000000000000000000000000000..76de0d0844036c24025b6656ba633c44c8d75180
--- /dev/null
+++ b/tests/tests/holo/res/values/dimens.xml
@@ -0,0 +1,20 @@
+
+
+
+ 320dp
+ 480dp
+
+
diff --git a/tests/tests/holo/res/values/strings.xml b/tests/tests/holo/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3846b061b3ed905dfd29e8d8c6fd6e5e096f6ad2
--- /dev/null
+++ b/tests/tests/holo/res/values/strings.xml
@@ -0,0 +1,101 @@
+
+
+
+ Holo Test Utilities
+ View Tests
+ Generate Single Test Bitmaps
+ Generate All Test Bitmaps
+ Clear Reference Bitmaps
+ Clear Failure Bitmaps
+
+ Pick Theme
+ Pick Layout
+
+
+ Deleting bitmaps...
+ Successfully deleted bitmaps!
+ Failed to delete bitmaps. Is external storage mounted?
+ Saved bitmap to %s
+ Failed to save bitmap to %s
+ Bitmap matches the reference bitmap!
+ Bitmap does not match reference bitmap. Saved %s
+
+ Button
+ Button Pressed
+ CalendarView
+ CheckBox
+ CheckBox Checked
+ Chronometer
+ DatePicker
+ EditText
+ ProgressBar
+ ProgressBar Small
+ ProgressBar Large
+ ProgressBar Horizontal 0%
+ ProgressBar Horizontal 50%
+ ProgressBar Horizontal 100%
+ RadioButton
+ RadioButton Checked
+ RadioGroup Horizontal
+ RadioGroup Vertical
+ RatingBar 0 Stars
+ RatingBar 2.5 Stars
+ RatingBar 5 Stars
+ RatingBar 0 Stars Pressed
+ RatingBar 2.5 Stars Pressed
+ RatingBar 5 Stars Pressed
+ SearchView
+ SearchView Query
+ SearchView Query Hint
+ SeekBar 0%
+ SeekBar 50%
+ SeekBar 100%
+ Spinner
+ Switch
+ Switch Checked
+ TabHost
+ TextView
+ TimePicker
+ ToggleButton
+ ToggleButton Checked
+ ZoomControls
+
+ AlertDialog One Button
+ AlertDialog Two Buttons
+ AlertDialog Three Buttons
+ AlertDialog List
+ AlertDialog Single Choice
+ AlertDialog Multiple Choice
+ ProgressDialog Spinner
+ ProgressDialog Horizontal
+
+ Bright Blue Color
+ Dark Blue Color
+ Light Blue Color
+ Dark Green Color
+ Light Green Color
+ Dark Orange Color
+ Light Orange Color
+ Purple Color
+ Dark Red Color
+ Light Red Color
+
+ Spinner Prompt
+ Radio Button 1
+ Radio Button 2
+ Loading...
+
+
diff --git a/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java b/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java
new file mode 100644
index 0000000000000000000000000000000000000000..d403d8dd0041ac854b7b29c9177c09f8cf7f6148
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/AllThemesIterator.java
@@ -0,0 +1,64 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Intent;
+
+import java.util.Iterator;
+
+/**
+ * {@link Iterator} over all the possible permutations of theme and layout intents.
+ */
+class AllThemesIterator implements Iterator {
+
+ private final ThemeAdapter mThemeAdapter = new ThemeAdapter(null);
+ private final LayoutAdapter mLayoutAdapter = new LayoutAdapter(null);
+
+ private final int mTask;
+ private int mThemeIndex;
+ private int mLayoutIndex;
+
+ AllThemesIterator(int task) {
+ mTask = task;
+ }
+
+ @Override
+ public boolean hasNext() {
+ return mThemeIndex < mThemeAdapter.getCount();
+ }
+
+ @Override
+ public Intent next() {
+ Intent intent = new Intent();
+ intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
+
+ mLayoutIndex++;
+ if (mLayoutIndex >= mLayoutAdapter.getCount()) {
+ mThemeIndex++;
+ mLayoutIndex = 0;
+ }
+
+ return intent;
+ }
+
+ @Override
+ public void remove() {
+ throw new UnsupportedOperationException("I don't think so...");
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/BitmapAssets.java b/tests/tests/holo/src/android/holo/cts/BitmapAssets.java
new file mode 100644
index 0000000000000000000000000000000000000000..29b3221148c24f9d112218751bb8cba30a9f4bc6
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/BitmapAssets.java
@@ -0,0 +1,127 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Context;
+import android.content.res.Resources;
+import android.graphics.Bitmap;
+import android.graphics.Bitmap.CompressFormat;
+import android.graphics.drawable.BitmapDrawable;
+import android.holo.cts.LayoutAdapter.LayoutInfo;
+import android.holo.cts.ThemeAdapter.ThemeInfo;
+import android.os.Environment;
+import android.util.Log;
+
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+
+/**
+ * Collection of utility methods to handle creation and deletion of assets.
+ *
+ * It creates a directory called "cts-holo-assets" on the external storage.
+ * Below that it creates a directory called "reference" to store images
+ * generated by the generator and "failure" to store images that failed to
+ * match when running the test.
+ */
+class BitmapAssets {
+
+ private static final String TAG = BitmapAssets.class.getSimpleName();
+
+ static final int TYPE_REFERENCE = 0;
+
+ static final int TYPE_FAILED = 1;
+
+ public static boolean clearDirectory(int type) {
+ if (!isExternalStorageReady()) {
+ return false;
+ }
+
+ File dir = getBitmapDir(type);
+ if (dir.exists()) {
+ File[] files = dir.listFiles();
+ int numFiles = files.length;
+ for (int i = 0; i < numFiles; i++) {
+ files[i].delete();
+ }
+ }
+ return true;
+ }
+
+ private static boolean isExternalStorageReady() {
+ return Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState());
+ }
+
+ private static File getBitmapDir(int type) {
+ String subDir;
+ switch (type) {
+ case TYPE_REFERENCE:
+ subDir = "reference";
+ break;
+ case TYPE_FAILED:
+ subDir = "failed";
+ break;
+ default:
+ throw new IllegalArgumentException("Bad type: " + type);
+ }
+
+ File file = new File(Environment.getExternalStorageDirectory(), "cts-holo-assets");
+ return new File(file, subDir);
+ }
+
+ public static String getBitmapName(ThemeInfo themeInfo, LayoutInfo layoutInfo) {
+ return themeInfo.getBitmapName() + "_" + layoutInfo.getBitmapName();
+ }
+
+ public static Bitmap getBitmap(Context context, String bitmapName) {
+ Resources resources = context.getResources();
+ int resourceId = resources.getIdentifier(bitmapName, "drawable", context.getPackageName());
+ return ((BitmapDrawable) resources.getDrawable(resourceId)).getBitmap();
+ }
+
+ public static File getBitmapPath(String bitmapName, int type) {
+ String prefix;
+ switch (type) {
+ case TYPE_REFERENCE:
+ prefix = "";
+ break;
+ case TYPE_FAILED:
+ prefix = "failed_";
+ break;
+ default:
+ throw new IllegalArgumentException("Bad type: " + type);
+ }
+
+ return new File(getBitmapDir(type), prefix + bitmapName + ".png");
+ }
+
+ public static String saveBitmap(Bitmap bitmap, String bitmapName, int type) throws IOException {
+ if (!isExternalStorageReady()) {
+ Log.i(TAG, "External storage for saving bitmaps is not mounted");
+ return null;
+ }
+
+ File file = getBitmapPath(bitmapName, type);
+ File dir = file.getParentFile();
+ dir.mkdirs();
+
+ FileOutputStream stream = new FileOutputStream(file);
+ bitmap.compress(CompressFormat.PNG, 100, stream);
+ stream.close();
+ return file.getAbsolutePath();
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java b/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..c496efe204c90e5e97c54b1acce1d8e54ee467e6
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/BitmapDeletionActivity.java
@@ -0,0 +1,103 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import com.android.cts.holo.R;
+
+import android.app.Activity;
+import android.app.AlertDialog;
+import android.app.Dialog;
+import android.app.ProgressDialog;
+import android.content.DialogInterface;
+import android.os.AsyncTask;
+import android.os.Bundle;
+
+/**
+ * {@link Activity} that iterates over all the test layouts for a single theme
+ * and either compares or generates bitmaps.
+ */
+public class BitmapDeletionActivity extends Activity {
+
+ static final String EXTRA_BITMAP_TYPE = "bitmapType";
+
+ private static final int DIALOG_DELETING_ID = 1;
+ private static final int DIALOG_FINISHED_DELETING_ID = 2;
+ private static final int DIALOG_ERROR_DELETING_ID = 3;
+
+ private int mBitmapType;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ mBitmapType = getIntent().getIntExtra(EXTRA_BITMAP_TYPE, -1);
+ new DeleteBitmapsTask().execute();
+ }
+
+ class DeleteBitmapsTask extends AsyncTask {
+
+ @Override
+ protected void onPreExecute() {
+ super.onPreExecute();
+ showDialog(DIALOG_DELETING_ID);
+ }
+
+ @Override
+ protected Boolean doInBackground(Void... darthVoider) {
+ return BitmapAssets.clearDirectory(mBitmapType);
+ }
+
+ @Override
+ protected void onPostExecute(Boolean success) {
+ dismissDialog(DIALOG_DELETING_ID);
+ showDialog(success ? DIALOG_FINISHED_DELETING_ID : DIALOG_ERROR_DELETING_ID);
+ }
+ }
+
+ @Override
+ protected Dialog onCreateDialog(int id, Bundle args) {
+ switch (id) {
+ case DIALOG_DELETING_ID:
+ ProgressDialog dialog = new ProgressDialog(BitmapDeletionActivity.this);
+ dialog.setMessage(getString(R.string.deleting_bitmaps));
+ return dialog;
+
+ case DIALOG_FINISHED_DELETING_ID:
+ return createFinishingDialog(R.string.deleting_bitmaps_finished);
+
+ case DIALOG_ERROR_DELETING_ID:
+ return createFinishingDialog(R.string.deleting_bitmaps_error);
+
+ default:
+ return super.onCreateDialog(id, args);
+ }
+ }
+
+ private AlertDialog createFinishingDialog(int message) {
+ DialogInterface.OnClickListener finishListener =
+ new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ finish();
+ }
+ };
+ return new AlertDialog.Builder(BitmapDeletionActivity.this)
+ .setMessage(message)
+ .setCancelable(false)
+ .setPositiveButton(android.R.string.ok, finishListener)
+ .create();
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/HoloTest.java b/tests/tests/holo/src/android/holo/cts/HoloTest.java
new file mode 100644
index 0000000000000000000000000000000000000000..354cd521592c26430d89ccbb29f5b6a0aea67c52
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/HoloTest.java
@@ -0,0 +1,144 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Intent;
+import android.holo.cts.ThemeTestActivity.Result;
+import android.test.ActivityInstrumentationTestCase2;
+
+/** Tests for the Holo theme. */
+public class HoloTest extends ActivityInstrumentationTestCase2 {
+
+ /*
+ * The tests take a long time, so the test is sharded into separate themes.
+ */
+
+ public HoloTest() {
+ super(ThemeTestActivity.class);
+ }
+
+ public void testHolo() throws Exception {
+ runThemeTest(0);
+ }
+
+ public void testHoloDialog() throws Exception {
+ runThemeTest(1);
+ }
+
+ public void testHoloDialogMinimumWidth() throws Exception {
+ runThemeTest(2);
+ }
+
+ public void testHoloDialogNoActionBar() throws Exception {
+ runThemeTest(3);
+ }
+
+ public void testHoloDialogNoActionBarMinimumWidth() throws Exception {
+ runThemeTest(4);
+ }
+
+ public void testHoloDialogWhenLarge() throws Exception {
+ runThemeTest(5);
+ }
+
+ public void testHoloDialogWhenLargeNoActionBar() throws Exception {
+ runThemeTest(6);
+ }
+
+ public void testHoloInputMethod() throws Exception {
+ runThemeTest(7);
+ }
+
+ public void testHoloLight() throws Exception {
+ runThemeTest(8);
+ }
+
+ public void testHoloLightDarkActionBar() throws Exception {
+ runThemeTest(9);
+ }
+
+ public void testHoloLightDialog() throws Exception {
+ runThemeTest(10);
+ }
+
+ public void testHoloLightDialogMinimumWidth() throws Exception {
+ runThemeTest(11);
+ }
+
+ public void testHoloLightDialogNoActionBar() throws Exception {
+ runThemeTest(12);
+ }
+
+ public void testHoloLightDialogNoActionBarMinimumWidth() throws Exception {
+ runThemeTest(13);
+ }
+
+ public void testHoloLightDialogWhenLarge() throws Exception {
+ runThemeTest(14);
+ }
+
+ public void testHoloLightDialogWhenLargeNoActionBar() throws Exception {
+ runThemeTest(15);
+ }
+
+ public void testHoloLightNoActionBar() throws Exception {
+ runThemeTest(16);
+ }
+
+ public void testHoloLightNoActionBarFullscreen() throws Exception {
+ runThemeTest(17);
+ }
+
+ public void testHoloLightPanel() throws Exception {
+ runThemeTest(18);
+ }
+
+ public void testHoloNoActionBar() throws Exception {
+ runThemeTest(19);
+ }
+
+ public void testHoloNoActionBarFullscreen() throws Exception {
+ runThemeTest(20);
+ }
+
+ public void testHoloPanel() throws Exception {
+ runThemeTest(21);
+ }
+
+ public void testHoloWallpaper() throws Exception {
+ runThemeTest(22);
+ }
+
+ public void testHoloWallpaperNoTitleBar() throws Exception {
+ runThemeTest(23);
+ }
+
+ private void runThemeTest(int themeIndex) throws Exception {
+ Intent intent = new Intent();
+ intent.putExtra(ThemeTestActivity.EXTRA_TASK, ThemeTestActivity.TASK_COMPARE_BITMAPS);
+ intent.putExtra(ThemeTestActivity.EXTRA_THEME_INDEX, themeIndex);
+ setActivityIntent(intent);
+
+ // Enable touch mode or else widgets will be highlighted causing bitmap
+ // comparison failures.
+ setActivityInitialTouchMode(true);
+
+ ThemeTestActivity activity = getActivity();
+ Result result = activity.getResultFuture().get();
+ assertTrue(result.getMessage(), result.passed());
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java b/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..b9d95357aa68534b9b6a9b5978c9b121823c3e1b
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/HoloTestUtilitiesActivity.java
@@ -0,0 +1,130 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import com.android.cts.holo.R;
+
+import android.app.ListActivity;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.ArrayAdapter;
+import android.widget.ListView;
+
+/**
+ * {@link ListActivity} with helpful utilities like viewing the layout tests
+ * and generating the reference assets that can be packaged back into the
+ * test APK.
+ */
+public class HoloTestUtilitiesActivity extends ListActivity {
+
+ private static final int TASK_VIEW_TESTS = 0;
+ private static final int TASK_GENERATE_ONE_BITMAP = 1;
+ private static final int TASK_GENERATE_ALL_BITMAPS = 2;
+ private static final int TASK_CLEAR_REFERENCE_BITMAPS = 3;
+ private static final int TASK_CLEAR_FAILED_BITMAPS = 4;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+
+ ArrayAdapter taskAdapter = new ArrayAdapter(this,
+ android.R.layout.simple_list_item_1);
+ taskAdapter.add(new Task(R.string.task_view_tests, TASK_VIEW_TESTS));
+ taskAdapter.add(new Task(R.string.task_generate_one_bitmap, TASK_GENERATE_ONE_BITMAP));
+ taskAdapter.add(new Task(R.string.task_generate_all_bitmaps, TASK_GENERATE_ALL_BITMAPS));
+ taskAdapter.add(new Task(R.string.task_clear_reference_bitmaps,
+ TASK_CLEAR_REFERENCE_BITMAPS));
+ taskAdapter.add(new Task(R.string.task_clear_failure_bitmaps,
+ TASK_CLEAR_FAILED_BITMAPS));
+ setListAdapter(taskAdapter);
+ }
+
+ class Task {
+ private final int mTextId;
+ private final int mTaskId;
+
+ private Task(int textId, int taskId) {
+ mTextId = textId;
+ mTaskId = taskId;
+ }
+
+ @Override
+ public String toString() {
+ return getString(mTextId);
+ }
+ }
+
+ @SuppressWarnings("unchecked")
+ @Override
+ public ArrayAdapter getListAdapter() {
+ return (ArrayAdapter) super.getListAdapter();
+ }
+
+ @Override
+ protected void onListItemClick(ListView listView, View view, int position, long id) {
+ Task task = getListAdapter().getItem(position);
+ switch (task.mTaskId) {
+ case TASK_VIEW_TESTS:
+ viewTests();
+ break;
+
+ case TASK_GENERATE_ONE_BITMAP:
+ generateSingleTestBitmaps();
+ break;
+
+ case TASK_GENERATE_ALL_BITMAPS:
+ generateAllBitmaps();
+ break;
+
+ case TASK_CLEAR_REFERENCE_BITMAPS:
+ clearBitmaps(BitmapAssets.TYPE_REFERENCE);
+ break;
+
+ case TASK_CLEAR_FAILED_BITMAPS:
+ clearBitmaps(BitmapAssets.TYPE_FAILED);
+ break;
+
+ default:
+ throw new IllegalArgumentException("Bad task id: " + task.mTaskId);
+ }
+ }
+
+ private void viewTests() {
+ Intent intent = new Intent(this, ThemePickerActivity.class);
+ intent.putExtra(ThemePickerActivity.EXTRA_TASK, ThemeTestActivity.TASK_VIEW_LAYOUTS);
+ startActivity(intent);
+ }
+
+ private void generateSingleTestBitmaps() {
+ Intent intent = new Intent(this, LayoutPickerActivity.class);
+ intent.putExtra(ThemePickerActivity.EXTRA_TASK, ThemeTestActivity.TASK_GENERATE_BITMAPS);
+ startActivity(intent);
+ }
+
+ private void generateAllBitmaps() {
+ Intent intent = new Intent(this, ThemeTestActivity.class);
+ intent.putExtra(ThemeTestActivity.EXTRA_TASK, ThemeTestActivity.TASK_GENERATE_BITMAPS);
+ startActivity(intent);
+ }
+
+ private void clearBitmaps(int type) {
+ Intent intent = new Intent(this, BitmapDeletionActivity.class);
+ intent.putExtra(BitmapDeletionActivity.EXTRA_BITMAP_TYPE, type);
+ startActivity(intent);
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java b/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java
new file mode 100644
index 0000000000000000000000000000000000000000..987dfae70200cf862d236589f0ad0c2309e3101e
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/LayoutAdapter.java
@@ -0,0 +1,324 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import com.android.cts.holo.R;
+
+import android.app.ProgressDialog;
+import android.holo.cts.modifiers.AlertDialogBuilder;
+import android.holo.cts.modifiers.CalendarViewModifier;
+import android.holo.cts.modifiers.DialogModifier;
+import android.holo.cts.modifiers.ProgressDialogBuilder;
+import android.holo.cts.modifiers.SearchViewModifier;
+import android.holo.cts.modifiers.TabHostModifier;
+import android.holo.cts.modifiers.TimePickerModifier;
+import android.holo.cts.modifiers.ViewPressedModifier;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.BaseAdapter;
+import android.widget.TextView;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * {@link BaseAdapter} for all the layouts used to test the Holo theme.
+ */
+class LayoutAdapter extends BaseAdapter {
+
+ /** No timeout for widgets in layouts that aren't changed after inflation. */
+ private static final int NO_TIMEOUT_MS = 0;
+
+ /** Small timeout for letting things like button presses to be handled. */
+ private static final int SHORT_TIMEOUT_MS = 500;
+
+ /** Longer timeout for widgets that have one-time animations. */
+ private static final int LONG_TIMEOUT_MS = 3000;
+
+ static class LayoutInfo {
+ private final int mDisplayName;
+ private final String mFileName;
+ private final int mLayout;
+ private final LayoutModifier mModifier;
+ private final long mTimeoutMs;
+
+ private LayoutInfo(int displayName, String fileName, int layout, LayoutModifier modifier,
+ long timeoutMs) {
+ mDisplayName = displayName;
+ mFileName = fileName;
+ mLayout = layout;
+ mModifier = modifier;
+ mTimeoutMs = timeoutMs;
+ }
+
+ /** @return file name to use for creating reference and failure bitmaps. */
+ public String getBitmapName() {
+ return mFileName;
+ }
+
+ /** @return layout that will be inflated and captured to a bitmap */
+ public int getLayout() {
+ return mLayout;
+ }
+
+ /** @return whether or non the layout has a layout modifier */
+ public boolean hasModifier() {
+ return mModifier != null;
+ }
+
+ /** @return null or modifier that will manipulate the layout after it is inflated */
+ public LayoutModifier getModifier() {
+ return mModifier;
+ }
+
+ /** @return timeout before taking a snapshot of the layout */
+ public long getTimeoutMs() {
+ return mTimeoutMs;
+ }
+ }
+
+ private final List mLayoutInfos = new ArrayList();
+
+ private final LayoutInflater mInflater;
+
+ LayoutAdapter(LayoutInflater inflater) {
+ mInflater = inflater;
+
+ // Widgets
+
+ addLayout(R.string.button, "button",
+ R.layout.button, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.button_pressed, "button_pressed",
+ R.layout.button, new ViewPressedModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.calendarview, "calendar_view",
+ R.layout.calendarview, new CalendarViewModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.checkbox, "checkbox",
+ R.layout.checkbox, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.checkbox_checked, "checkbox_checked",
+ R.layout.checkbox_checked, null, SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.chronometer, "chronometer",
+ R.layout.chronometer, null, NO_TIMEOUT_MS);
+
+ // TODO: DatePicker has a blinking cursor that can be captured in the bitmap...
+ // addLayout(R.string.datepicker, "datepicker",
+ // R.layout.datepicker, new DatePickerModifier(), LONG_TIMEOUT_MS);
+
+ addLayout(R.string.edittext, "edittext",
+ R.layout.edittext, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar, "progressbar",
+ R.layout.progressbar, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar_small, "progressbar_small",
+ R.layout.progressbar_small, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar_large, "progressbar_large",
+ R.layout.progressbar_large, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar_horizontal_0, "progressbar_horizontal_0",
+ R.layout.progressbar_horizontal_0, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar_horizontal_50, "progressbar_horizontal_50",
+ R.layout.progressbar_horizontal_50, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.progressbar_horizontal_100, "progressbar_horizontal_100",
+ R.layout.progressbar_horizontal_100, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.radiobutton, "radio_button",
+ R.layout.radiobutton, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.radiobutton_checked, "radio_button_checked",
+ R.layout.radiobutton_checked, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.radiogroup_horizontal, "radiogroup_horizontal",
+ R.layout.radiogroup_horizontal, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.radiogroup_vertical, "radiogroup_vertical",
+ R.layout.radiogroup_vertical, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_0, "ratingbar_0",
+ R.layout.ratingbar_0, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_2point5, "ratingbar_2point5",
+ R.layout.ratingbar_2point5, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_5, "ratingbar_5",
+ R.layout.ratingbar_5, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_0_pressed, "ratingbar_0_pressed",
+ R.layout.ratingbar_0, new ViewPressedModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_2point5_pressed, "ratingbar_2point5_pressed",
+ R.layout.ratingbar_2point5, new ViewPressedModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.ratingbar_5_pressed, "ratingbar_5_pressed",
+ R.layout.ratingbar_5, new ViewPressedModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.searchview, "searchview",
+ R.layout.searchview, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.searchview_query, "searchview_query",
+ R.layout.searchview, new SearchViewModifier(SearchViewModifier.QUERY),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.searchview_query_hint, "searchview_query_hint",
+ R.layout.searchview, new SearchViewModifier(SearchViewModifier.QUERY_HINT),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.seekbar_0, "seekbar_0",
+ R.layout.seekbar_0, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.seekbar_50, "seekbar_50",
+ R.layout.seekbar_50, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.seekbar_100, "seekbar_100",
+ R.layout.seekbar_100, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.spinner, "spinner",
+ R.layout.spinner, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.switch_button, "switch",
+ R.layout.switch_button, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.switch_button_checked, "switch_checked",
+ R.layout.switch_button_checked, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.tabhost, "tabhost",
+ R.layout.tabhost, new TabHostModifier(), SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.textview, "textview",
+ R.layout.textview, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.timepicker, "timepicker",
+ R.layout.timepicker, new TimePickerModifier(), LONG_TIMEOUT_MS);
+
+ addLayout(R.string.togglebutton, "toggle_button",
+ R.layout.togglebutton, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.togglebutton_checked, "toggle_button_checked",
+ R.layout.togglebutton_checked, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.zoomcontrols, "zoomcontrols",
+ R.layout.zoomcontrols, null, NO_TIMEOUT_MS);
+
+ // Dialogs
+
+ addLayout(R.string.alertdialog_onebutton, "alertdialog_onebutton", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.ONE_BUTTON)),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.alertdialog_twobuttons, "alertdialog_twobuttons", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.TWO_BUTTONS)),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.alertdialog_threebuttons, "alertdialog_threebuttons", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.THREE_BUTTONS)),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.alertdialog_list, "alertdialog_list", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.LIST)),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.alertdialog_singlechoice, "alertdialog_singlechoice", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.SINGLE_CHOICE)),
+ SHORT_TIMEOUT_MS);
+
+ addLayout(R.string.alertdialog_multichoice, "alertdialog_multichoice", R.layout.empty,
+ new DialogModifier(new AlertDialogBuilder(AlertDialogBuilder.MULTI_CHOICE)),
+ SHORT_TIMEOUT_MS);
+
+ // TODO: We can't test the spinner, because there is no way to halt the animation.
+ // addLayout(R.string.progressdialog_spinner, "progressdialog_spinner", R.layout.empty,
+ // new DialogModifier(new ProgressDialogBuilder(ProgressDialog.STYLE_SPINNER)));
+
+ addLayout(R.string.progressdialog_horizontal, "progressdialog_horizontal", R.layout.empty,
+ new DialogModifier(new ProgressDialogBuilder(ProgressDialog.STYLE_HORIZONTAL)),
+ SHORT_TIMEOUT_MS);
+
+ // Colors
+
+ addLayout(R.string.color_blue_bright, "color_blue_bright",
+ R.layout.color_blue_bright, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_blue_dark, "color_blue_dark",
+ R.layout.color_blue_dark, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_blue_light, "color_blue_light",
+ R.layout.color_blue_light, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_green_dark, "color_green_dark",
+ R.layout.color_green_dark, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_green_light, "color_green_light",
+ R.layout.color_green_light, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_orange_dark, "color_orange_dark",
+ R.layout.color_orange_dark, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_orange_light, "color_orange_light",
+ R.layout.color_orange_light, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_purple, "color_purple",
+ R.layout.color_purple, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_red_dark, "color_red_dark",
+ R.layout.color_red_dark, null, NO_TIMEOUT_MS);
+
+ addLayout(R.string.color_red_light, "color_red_light",
+ R.layout.color_red_light, null, NO_TIMEOUT_MS);
+ }
+
+ private void addLayout(int displayName, String fileName, int layout, LayoutModifier modifier,
+ long timeoutMs) {
+ mLayoutInfos.add(new LayoutInfo(displayName, fileName, layout, modifier, timeoutMs));
+ }
+
+ @Override
+ public int getCount() {
+ return mLayoutInfos.size();
+ }
+
+ @Override
+ public LayoutInfo getItem(int position) {
+ return mLayoutInfos.get(position);
+ }
+
+ @Override
+ public long getItemId(int position) {
+ return getItem(position).mLayout;
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ TextView textView;
+ if (convertView != null) {
+ textView = (TextView) convertView;
+ } else {
+ textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
+ parent, false);
+ }
+ LayoutInfo layoutInfo = getItem(position);
+ textView.setText(layoutInfo.mDisplayName);
+ return textView;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutModifier.java b/tests/tests/holo/src/android/holo/cts/LayoutModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..f1ba86c3868645a8b22c0f1f04eec3e894a8e587
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/LayoutModifier.java
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.view.View;
+
+/**
+ * Interface used to do further setup on a view after it has been inflated.
+ */
+public interface LayoutModifier {
+
+ /**
+ * @param view inflated by the test activity
+ * @return the same view or another view that will be snapshotted by the test
+ */
+ View modifyView(View view);
+}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..00c3af08948c8cc6890516737c002419836d49a8
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/LayoutPickerActivity.java
@@ -0,0 +1,52 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.app.ListActivity;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.ListView;
+
+/**
+ * {@link ListActivity} for picking layouts. Used by the Holo Test Utilities activity.
+ */
+public class LayoutPickerActivity extends ListActivity {
+
+ static final String EXTRA_THEME_INDEX = "themeIndex";
+ static final String EXTRA_TASK = "task";
+
+ private int mThemeIndex;
+ private int mTestTask;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ mThemeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
+ mTestTask = getIntent().getIntExtra(EXTRA_TASK, -1);
+ setListAdapter(new LayoutAdapter(getLayoutInflater()));
+ }
+
+ @Override
+ protected void onListItemClick(ListView l, View v, int position, long id) {
+ Intent intent = new Intent(this, ThemeTestActivity.class);
+ intent.putExtra(ThemeTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
+ intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_INDEX, position);
+ intent.putExtra(ThemeTestActivity.EXTRA_TASK, mTestTask);
+ startActivity(intent);
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..e80ce2fb9e2dd0873ddf278178cd638e1db10a16
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
@@ -0,0 +1,213 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import com.android.cts.holo.R;
+
+import android.app.Activity;
+import android.content.Intent;
+import android.graphics.Bitmap;
+import android.graphics.Canvas;
+import android.holo.cts.LayoutAdapter.LayoutInfo;
+import android.holo.cts.ThemeAdapter.ThemeInfo;
+import android.os.AsyncTask;
+import android.os.Bundle;
+import android.util.Log;
+import android.view.View;
+import android.widget.Toast;
+
+import java.io.FileNotFoundException;
+import java.io.IOException;
+
+/**
+ * {@link Activity} that applies a theme, inflates a layout, and then either
+ * compares or generates a bitmap of the layout.
+ */
+public class LayoutTestActivity extends Activity {
+
+ private static final String TAG = LayoutTestActivity.class.getSimpleName();
+
+ // Input extras
+ static final String EXTRA_THEME_INDEX = "themeIndex";
+ static final String EXTRA_LAYOUT_INDEX = "layoutIndex";
+ static final String EXTRA_TASK = "task";
+
+ // Output extras
+ static final String EXTRA_BITMAP_NAME = "bitmapName";
+ static final String EXTRA_MESSAGE = "message";
+ static final String EXTRA_SUCCESS = "success";
+
+ private View mTestView;
+ private String mBitmapName;
+
+ private ReferenceViewGroup mViewGroup;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+
+ int themeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
+ int layoutIndex = getIntent().getIntExtra(EXTRA_LAYOUT_INDEX, -1);
+ int task = getIntent().getIntExtra(EXTRA_TASK, -1);
+
+ ThemeAdapter themeAdapter = new ThemeAdapter(getLayoutInflater());
+ LayoutAdapter layoutAdapter = new LayoutAdapter(getLayoutInflater());
+
+ ThemeInfo themeInfo = themeAdapter.getItem(themeIndex);
+ LayoutInfo layoutInfo = layoutAdapter.getItem(layoutIndex);
+ mBitmapName = BitmapAssets.getBitmapName(themeInfo, layoutInfo);
+
+ setTheme(themeInfo.getTheme());
+ setContentView(R.layout.holo_test);
+
+ // Inflate the view in our special view group that is fixed at a certain size
+ // and layout the inflated view with the fixed measurements...
+ mViewGroup = (ReferenceViewGroup) findViewById(R.id.reference_view_group);
+ mTestView = getLayoutInflater().inflate(layoutInfo.getLayout(), mViewGroup, false);
+ mViewGroup.addView(mTestView);
+ if (layoutInfo.hasModifier()) {
+ mTestView = layoutInfo.getModifier().modifyView(mTestView);
+ }
+ mViewGroup.measure(0, 0);
+ mViewGroup.layout(0, 0, mViewGroup.getMeasuredWidth(), mViewGroup.getMeasuredHeight());
+ mTestView.setFocusable(false);
+
+ switch (task) {
+ case ThemeTestActivity.TASK_VIEW_LAYOUTS:
+ break;
+
+ case ThemeTestActivity.TASK_GENERATE_BITMAPS:
+ mTestView.postDelayed(new GenerateBitmapRunnable(), layoutInfo.getTimeoutMs());
+ break;
+
+ case ThemeTestActivity.TASK_COMPARE_BITMAPS:
+ mTestView.postDelayed(new CompareBitmapRunnable(), layoutInfo.getTimeoutMs());
+ break;
+ }
+ }
+
+ class GenerateBitmapRunnable implements Runnable {
+ @Override
+ public void run() {
+ new GenerateBitmapTask().execute();
+ }
+ }
+
+ class CompareBitmapRunnable implements Runnable {
+ @Override
+ public void run() {
+ new CompareBitmapTask().execute();
+ }
+ }
+
+ class GenerateBitmapTask extends AsyncTask {
+
+ private Bitmap mBitmap;
+
+ @Override
+ protected void onPreExecute() {
+ super.onPreExecute();
+ mBitmap = getBitmap();
+ }
+
+ @Override
+ protected Boolean doInBackground(Void... avoid) {
+ try {
+ return saveBitmap(mBitmap, BitmapAssets.TYPE_REFERENCE) != null;
+ } finally {
+ mBitmap.recycle();
+ mBitmap = null;
+ }
+ }
+
+ @Override
+ protected void onPostExecute(Boolean success) {
+ String path = BitmapAssets.getBitmapPath(mBitmapName,
+ BitmapAssets.TYPE_REFERENCE).toString();
+ String message = path != null
+ ? getString(R.string.generate_bitmap_success, path)
+ : getString(R.string.generate_bitmap_failure, path);
+ Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT).show();
+ finishWithResult(success, message);
+ }
+ }
+
+ class CompareBitmapTask extends AsyncTask {
+ private Bitmap mBitmap;
+ private boolean mSame;
+
+ @Override
+ protected void onPreExecute() {
+ mBitmap = getBitmap();
+ Bitmap referenceBitmap = BitmapAssets.getBitmap(getApplicationContext(), mBitmapName);
+ mSame = mBitmap.sameAs(referenceBitmap);
+ }
+
+ @Override
+ protected String doInBackground(Void... devoid) {
+ try {
+ if (!mSame) {
+ return saveBitmap(mBitmap, BitmapAssets.TYPE_FAILED);
+ } else {
+ return null;
+ }
+ } finally {
+ mBitmap.recycle();
+ mBitmap = null;
+ }
+ }
+
+ @Override
+ protected void onPostExecute(String path) {
+ String message = mSame
+ ? getString(R.string.comparison_success)
+ : getString(R.string.comparison_failure, path);
+ finishWithResult(mSame, message);
+ }
+ }
+
+ private Bitmap getBitmap() {
+ Log.i(TAG, "Getting bitmap for " + mBitmapName);
+ Bitmap bitmap = Bitmap.createBitmap(mTestView.getWidth(), mTestView.getHeight(),
+ Bitmap.Config.ARGB_8888);
+ Canvas canvas = new Canvas(bitmap);
+ mTestView.draw(canvas);
+ return bitmap;
+ }
+
+ private String saveBitmap(Bitmap bitmap, int type) {
+ try {
+ Log.i(TAG, "Saving bitmap for " + mBitmapName);
+ return BitmapAssets.saveBitmap(bitmap, mBitmapName, type);
+ } catch (FileNotFoundException e) {
+ Log.e(TAG, "FileNotFoundException while saving " + mBitmapName, e);
+ return null;
+ } catch (IOException e) {
+ Log.e(TAG, "IOException while saving " + mBitmapName, e);
+ return null;
+ }
+ }
+
+ private void finishWithResult(boolean success, String message) {
+ Intent data = new Intent();
+ data.putExtra(EXTRA_SUCCESS, success);
+ data.putExtra(EXTRA_MESSAGE, message);
+ data.putExtra(EXTRA_BITMAP_NAME, mBitmapName);
+ setResult(RESULT_OK, data);
+ finish();
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java b/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java
new file mode 100644
index 0000000000000000000000000000000000000000..104ac1dbddc3878721aadd484f04ac41cbf2d25e
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/ReferenceViewGroup.java
@@ -0,0 +1,85 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import com.android.cts.holo.R;
+
+import android.content.Context;
+import android.content.res.Resources;
+import android.util.AttributeSet;
+import android.view.View;
+import android.view.ViewGroup;
+
+/**
+ * {@link ViewGroup} that inflates to a reference width and height.
+ */
+public class ReferenceViewGroup extends ViewGroup {
+
+ private final int mWidthDp;
+ private final int mHeightDp;
+
+ public ReferenceViewGroup(Context context) {
+ this(context, null);
+ }
+
+ public ReferenceViewGroup(Context context, AttributeSet attrs) {
+ super(context, attrs);
+ Resources resources = context.getResources();
+ mWidthDp = resources.getDimensionPixelSize(R.dimen.reference_width);
+ mHeightDp = resources.getDimensionPixelSize(R.dimen.reference_height);
+ }
+
+ @Override
+ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
+ widthMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mWidthDp);
+ heightMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mHeightDp);
+
+ super.onMeasure(widthMeasureSpec, heightMeasureSpec);
+
+ int childCount = getChildCount();
+ for (int i = 0; i < childCount; i++) {
+ View child = getChildAt(i);
+ LayoutParams params = child.getLayoutParams();
+ int width = getMeasureSpec(params.width, mWidthDp);
+ int height = getMeasureSpec(params.height, mHeightDp);
+ child.measure(width, height);
+ }
+ }
+
+ private int getMeasureSpec(int value, int size) {
+ if (value == LayoutParams.MATCH_PARENT) {
+ return MeasureSpec.makeMeasureSpec(size, MeasureSpec.EXACTLY);
+ } else if (value == LayoutParams.WRAP_CONTENT) {
+ return MeasureSpec.makeMeasureSpec(size, MeasureSpec.AT_MOST);
+ } else {
+ return value;
+ }
+ }
+
+ @Override
+ protected void onLayout(boolean changed, int l, int t, int r, int b) {
+ if (!changed) {
+ return;
+ }
+
+ int childCount = getChildCount();
+ for (int i = 0; i < childCount; i++) {
+ View child = getChildAt(i);
+ child.layout(0, 0, child.getMeasuredWidth(), child.getMeasuredHeight());
+ }
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java
new file mode 100644
index 0000000000000000000000000000000000000000..f50a872f43c23f330e2e07543d98eda6b54dab09
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/SingleLayoutIterator.java
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Intent;
+
+import java.util.Iterator;
+
+/**
+ * {@link Iterator} over all themes and a single layout.
+ */
+class SingleLayoutIterator implements Iterator {
+
+ private final ThemeAdapter mThemeAdapter = new ThemeAdapter(null);
+
+ private final int mTask;
+ private final int mLayoutIndex;
+ private int mThemeIndex;
+
+ SingleLayoutIterator(int layoutIndex, int task) {
+ mTask = task;
+ mLayoutIndex = layoutIndex;
+ }
+
+ @Override
+ public boolean hasNext() {
+ return mThemeIndex < mThemeAdapter.getCount();
+ }
+
+ @Override
+ public Intent next() {
+ Intent intent = new Intent();
+ intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
+
+ mThemeIndex++;
+
+ return intent;
+ }
+
+ @Override
+ public void remove() {
+ throw new UnsupportedOperationException("Nope!");
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java
new file mode 100644
index 0000000000000000000000000000000000000000..cdfbb8e24dba2dcb9952f05c30442c7a9fe8d768
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/SingleThemeIterator.java
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Intent;
+
+import java.util.Iterator;
+
+/**
+ * {@link Iterator} over a single theme and all the layouts.
+ */
+class SingleThemeIterator implements Iterator {
+
+ private final LayoutAdapter mLayoutAdapter = new LayoutAdapter(null);
+
+ private final int mTask;
+ private final int mThemeIndex;
+ private int mLayoutIndex;
+
+ SingleThemeIterator(int themeIndex, int task) {
+ mTask = task;
+ mThemeIndex = themeIndex;
+ }
+
+ @Override
+ public boolean hasNext() {
+ return mLayoutIndex < mLayoutAdapter.getCount();
+ }
+
+ @Override
+ public Intent next() {
+ Intent intent = new Intent();
+ intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
+
+ mLayoutIndex++;
+
+ return intent;
+ }
+
+ @Override
+ public void remove() {
+ throw new UnsupportedOperationException("Please stop! That tickles!");
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java b/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java
new file mode 100644
index 0000000000000000000000000000000000000000..e49c9f8c665cf146d661ce38c89d163eb3a3175a
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/SingleThemeLayoutIterator.java
@@ -0,0 +1,58 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.content.Intent;
+
+import java.util.Iterator;
+
+class SingleThemeLayoutIterator implements Iterator {
+
+ private final int mThemeIndex;
+ private final int mLayoutIndex;
+ private final int mTask;
+
+ private boolean hasNext = true;
+
+ SingleThemeLayoutIterator(int themeIndex, int layoutIndex, int task) {
+ mThemeIndex = themeIndex;
+ mLayoutIndex = layoutIndex;
+ mTask = task;
+ }
+
+ @Override
+ public boolean hasNext() {
+ return hasNext;
+ }
+
+ @Override
+ public Intent next() {
+ Intent intent = new Intent();
+ intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
+ intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
+
+ hasNext = false;
+
+ return intent;
+ }
+
+ @Override
+ public void remove() {
+ throw new UnsupportedOperationException("I can't let you do that...");
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java b/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java
new file mode 100644
index 0000000000000000000000000000000000000000..60b4a15e057e109150b5c7077e84dface808e731
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/ThemeAdapter.java
@@ -0,0 +1,196 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.BaseAdapter;
+import android.widget.TextView;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * {@link BaseAdapter} containing all the themes.
+ */
+class ThemeAdapter extends BaseAdapter {
+
+ static class ThemeInfo {
+ private final String mName;
+ private final int mTheme;
+ private final String mFileName;
+
+ private ThemeInfo(String name, int theme, String fileName) {
+ mName = name;
+ mTheme = theme;
+ mFileName = fileName;
+ }
+
+ public String getName() {
+ return mName;
+ }
+
+ public int getTheme() {
+ return mTheme;
+ }
+
+ public String getBitmapName() {
+ return mFileName;
+ }
+ }
+
+ private final List mThemeInfos = new ArrayList();
+
+ private final LayoutInflater mInflater;
+
+ ThemeAdapter(LayoutInflater inflater) {
+ mInflater = inflater;
+
+ addTheme("Holo",
+ android.R.style.Theme_Holo,
+ "holo");
+
+ addTheme("Holo Dialog",
+ android.R.style.Theme_Holo_Dialog,
+ "holo_dialog");
+
+ addTheme("Holo Dialog Minimum Width",
+ android.R.style.Theme_Holo_Dialog_MinWidth,
+ "holo_dialog_minwidth");
+
+ addTheme("Holo Dialog No Action Bar",
+ android.R.style.Theme_Holo_Dialog_NoActionBar,
+ "holo_dialog_noactionbar");
+
+ addTheme("Holo Dialog No Action Bar Minimum Width",
+ android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
+ "holo_dialog_noactionbar_minwidth");
+
+ addTheme("Holo Dialog When Large",
+ android.R.style.Theme_Holo_DialogWhenLarge,
+ "holo_dialogwhenlarge");
+
+ addTheme("Holo Dialog When Large No Action Bar",
+ android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
+ "holo_dialogwhenlarge_noactionbar");
+
+ addTheme("Holo Input Method",
+ android.R.style.Theme_Holo_InputMethod,
+ "holo_inputmethod");
+
+ addTheme("Holo Light",
+ android.R.style.Theme_Holo_Light,
+ "holo_light");
+
+ addTheme("Holo Light Dark Action Bar",
+ android.R.style.Theme_Holo_Light_DarkActionBar,
+ "holo_light_darkactionbar");
+
+ addTheme("Holo Light Dialog",
+ android.R.style.Theme_Holo_Light_Dialog,
+ "holo_light_dialog");
+
+ addTheme("Holo Light Dialog Minimum Width",
+ android.R.style.Theme_Holo_Light_Dialog_MinWidth,
+ "holo_light_dialog_minwidth");
+
+ addTheme("Holo Light Dialog No Action Bar",
+ android.R.style.Theme_Holo_Light_Dialog_NoActionBar,
+ "holo_light_dialog_noactionbar");
+
+ addTheme("Holo Light Dialog No Action Bar Minimum Width",
+ android.R.style.Theme_Holo_Light_Dialog_NoActionBar_MinWidth,
+ "holo_light_dialog_noactionbar_minwidth");
+
+ addTheme("Holo Light Dialog When Large",
+ android.R.style.Theme_Holo_Light_DialogWhenLarge,
+ "holo_light_dialogwhenlarge");
+
+ addTheme("Holo Light Dialog When Large No Action Bar",
+ android.R.style.Theme_Holo_Light_DialogWhenLarge_NoActionBar,
+ "holo_light_dialogwhenlarge_noactionbar");
+
+ addTheme("Holo Light No Action Bar",
+ android.R.style.Theme_Holo_Light_NoActionBar,
+ "holo_light_noactionbar");
+
+ addTheme("Holo Light No Action Bar Fullscreen",
+ android.R.style.Theme_Holo_Light_NoActionBar_Fullscreen,
+ "holo_light_noactionbar_fullscreen");
+
+ addTheme("Holo Light Panel",
+ android.R.style.Theme_Holo_Light_Panel,
+ "holo_light_panel");
+
+ addTheme("Holo No Action Bar",
+ android.R.style.Theme_Holo_NoActionBar,
+ "holo_noactionbar");
+
+ addTheme("Holo No Action Bar Fullscreen",
+ android.R.style.Theme_Holo_NoActionBar_Fullscreen,
+ "holo_noactionbar_fullscreen");
+
+ addTheme("Holo Panel",
+ android.R.style.Theme_Holo_Panel,
+ "holo_panel");
+
+ addTheme("Holo Wallpaper",
+ android.R.style.Theme_Holo_Wallpaper,
+ "holo_wallpaper");
+
+ addTheme("Holo Wallpaper No Title Bar",
+ android.R.style.Theme_Holo_Wallpaper_NoTitleBar,
+ "holo_wallpaper_notitlebar");
+
+ // NOTE: Adding a theme doesn't mean it will be tested. You have to add an explicit
+ // test in HoloTest for it!
+ }
+
+ private void addTheme(String name, int theme, String fileNamePrefix) {
+ mThemeInfos.add(new ThemeInfo(name, theme, fileNamePrefix));
+ }
+
+ @Override
+ public int getCount() {
+ return mThemeInfos.size();
+ }
+
+ @Override
+ public ThemeInfo getItem(int position) {
+ return mThemeInfos.get(position);
+ }
+
+ @Override
+ public long getItemId(int position) {
+ return getItem(position).mTheme;
+ }
+
+ @Override
+ public View getView(int position, View convertView, ViewGroup parent) {
+ TextView textView;
+ if (convertView != null) {
+ textView = (TextView) convertView;
+ } else {
+ textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
+ parent, false);
+ }
+ ThemeInfo themeInfo = getItem(position);
+ textView.setText(themeInfo.mName);
+ return textView;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java b/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..9ded4787746275e310e2da829fddf3acb822c6e6
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/ThemePickerActivity.java
@@ -0,0 +1,48 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.app.ListActivity;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.ListView;
+
+/**
+ * {@link ListActivity} for picking themes.
+ */
+public class ThemePickerActivity extends ListActivity {
+
+ static final String EXTRA_TASK = "task";
+
+ private int mTestTask;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ mTestTask = getIntent().getIntExtra(EXTRA_TASK, -1);
+ setListAdapter(new ThemeAdapter(getLayoutInflater()));
+ }
+
+ @Override
+ protected void onListItemClick(ListView l, View v, int position, long id) {
+ Intent intent = new Intent(this, LayoutPickerActivity.class);
+ intent.putExtra(LayoutPickerActivity.EXTRA_THEME_INDEX, position);
+ intent.putExtra(LayoutPickerActivity.EXTRA_TASK, mTestTask);
+ startActivity(intent);
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java b/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..828868faa633b16f18f4b876157a5243e0885239
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/ThemeTestActivity.java
@@ -0,0 +1,204 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts;
+
+import android.app.Activity;
+import android.content.Intent;
+import android.os.Bundle;
+import android.util.Log;
+
+import java.util.Iterator;
+import java.util.concurrent.CountDownLatch;
+import java.util.concurrent.Future;
+import java.util.concurrent.TimeUnit;
+import java.util.concurrent.TimeoutException;
+
+/**
+ * {@link Activity} that iterates over all the test layouts for a single theme
+ * and either compares or generates bitmaps.
+ */
+public class ThemeTestActivity extends Activity {
+
+ private static final String TAG = ThemeTestActivity.class.getSimpleName();
+
+ static final String EXTRA_TASK = "task";
+ static final String EXTRA_THEME_INDEX = "themeIndex";
+ static final String EXTRA_LAYOUT_INDEX = "layoutIndex";
+
+ static final int TASK_VIEW_LAYOUTS = 1;
+ static final int TASK_GENERATE_BITMAPS = 2;
+ static final int TASK_COMPARE_BITMAPS = 3;
+
+ private static final int VIEW_TESTS_REQUEST_CODE = 1;
+ private static final int GENERATE_BITMAP_REQUEST_CODE = 2;
+ private static final int COMPARE_BITMAPS_REQUEST_CODE = 3;
+
+ private int mRequestCode;
+ private Iterator mIterator;
+ private ResultFuture mResultFuture;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+
+ mResultFuture = new ResultFuture();
+
+ int task = getIntent().getIntExtra(EXTRA_TASK, -1);
+ switch (task) {
+ case TASK_VIEW_LAYOUTS:
+ mRequestCode = VIEW_TESTS_REQUEST_CODE;
+ break;
+
+ case TASK_GENERATE_BITMAPS:
+ mRequestCode = GENERATE_BITMAP_REQUEST_CODE;
+ break;
+
+ case TASK_COMPARE_BITMAPS:
+ // Don't delete any failure bitmap images that may be useful.
+ mRequestCode = COMPARE_BITMAPS_REQUEST_CODE;
+ break;
+
+ default:
+ throw new IllegalArgumentException("Bad task: " + task);
+ }
+
+ int themeIndex = getIntent().getIntExtra(EXTRA_THEME_INDEX, -1);
+ int layoutIndex = getIntent().getIntExtra(EXTRA_LAYOUT_INDEX, -1);
+
+ Log.i(TAG, "Theme index: " + themeIndex + " Layout index: " + layoutIndex);
+
+ if (themeIndex < 0 && layoutIndex < 0) {
+ mIterator = new AllThemesIterator(task);
+ } else if (themeIndex >= 0 && layoutIndex >= 0) {
+ mIterator = new SingleThemeLayoutIterator(themeIndex, layoutIndex, task);
+ } else if (layoutIndex >= 0) {
+ mIterator = new SingleLayoutIterator(layoutIndex, task);
+ } else if (themeIndex >= 0) {
+ mIterator = new SingleThemeIterator(themeIndex, task);
+ } else {
+ throw new IllegalStateException();
+ }
+
+ generateNextBitmap();
+ }
+
+ private void generateNextBitmap() {
+ if (mIterator.hasNext()) {
+ Intent intent = mIterator.next();
+ intent.setClass(this, LayoutTestActivity.class);
+ startActivityForResult(intent, mRequestCode);
+ } else {
+ mResultFuture.set(new Result(true, null));
+ }
+ }
+
+ @Override
+ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
+ switch (requestCode) {
+ case VIEW_TESTS_REQUEST_CODE:
+ return;
+
+ case GENERATE_BITMAP_REQUEST_CODE:
+ case COMPARE_BITMAPS_REQUEST_CODE:
+ handleResult(resultCode, data);
+ break;
+
+ default:
+ throw new IllegalArgumentException("Bad request code: " + requestCode);
+ }
+ }
+
+ private void handleResult(int resultCode, Intent data) {
+ if (resultCode == RESULT_CANCELED) {
+ throw new IllegalStateException("Did you interrupt the activity?");
+ }
+
+ boolean success = data.getBooleanExtra(LayoutTestActivity.EXTRA_SUCCESS, false);
+ if (success) {
+ generateNextBitmap();
+ } else {
+ String message = data.getStringExtra(LayoutTestActivity.EXTRA_MESSAGE);
+ mResultFuture.set(new Result(false, message));
+ }
+ }
+
+ public Future getResultFuture() {
+ return mResultFuture;
+ }
+
+ static class Result {
+
+ private boolean mPass;
+
+ private String mMessage;
+
+ Result(boolean pass, String message) {
+ mPass = pass;
+ mMessage = message;
+ }
+
+ public boolean passed() {
+ return mPass;
+ }
+
+ public String getMessage() {
+ return mMessage;
+ }
+ }
+
+ class ResultFuture implements Future {
+
+ private final CountDownLatch mLatch = new CountDownLatch(1);
+
+ private T mResult;
+
+ public void set(T result) {
+ mResult = result;
+ mLatch.countDown();
+ }
+
+ @Override
+ public T get() throws InterruptedException {
+ mLatch.await();
+ return mResult;
+ }
+
+ @Override
+ public T get(long timeout, TimeUnit unit) throws InterruptedException,
+ TimeoutException {
+ if (!mLatch.await(timeout, unit)) {
+ throw new TimeoutException();
+ }
+ return mResult;
+ }
+
+ @Override
+ public boolean isDone() {
+ return mLatch.getCount() > 0;
+ }
+
+ @Override
+ public boolean cancel(boolean mayInterruptIfRunning) {
+ return false;
+ }
+
+ @Override
+ public boolean isCancelled() {
+ return false;
+ }
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java
new file mode 100644
index 0000000000000000000000000000000000000000..1f4c1002b87756f9d5f2e01eb5c9b569298ac4b0
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/AlertDialogBuilder.java
@@ -0,0 +1,82 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.app.AlertDialog;
+import android.app.Dialog;
+import android.view.View;
+
+public class AlertDialogBuilder implements DialogBuilder {
+
+ public static final int ONE_BUTTON = 0;
+
+ public static final int TWO_BUTTONS = 1;
+
+ public static final int THREE_BUTTONS = 2;
+
+ public static final int LIST = 3;
+
+ public static final int SINGLE_CHOICE = 4;
+
+ public static final int MULTI_CHOICE = 5;
+
+ private int mDialogType;
+
+ private static final CharSequence[] ITEMS = {"Red", "Green", "Blue"};
+
+ public AlertDialogBuilder(int dialogType) {
+ mDialogType = dialogType;
+ }
+
+ @Override
+ public Dialog buildDialog(View view) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(view.getContext());
+
+ switch (mDialogType) {
+ case ONE_BUTTON:
+ builder.setTitle("Exit Dialog")
+ .setMessage("Are you sure you want to exit?")
+ .setPositiveButton("Exit", null);
+ break;
+ case TWO_BUTTONS:
+ builder.setMessage("Are you sure you want to exit?")
+ .setPositiveButton("Exit", null)
+ .setNegativeButton("Cancel", null);
+ break;
+ case THREE_BUTTONS:
+ builder.setMessage("Are you sure you want to exit?")
+ .setPositiveButton("Exit", null)
+ .setNeutralButton("Neutral", null)
+ .setNegativeButton("Cancel", null);
+ break;
+ case LIST:
+ builder.setTitle("Pick a Color")
+ .setItems(ITEMS, null);
+ break;
+ case SINGLE_CHOICE:
+ builder.setTitle("Pick a Color")
+ .setSingleChoiceItems(ITEMS, 1, null);
+ break;
+ case MULTI_CHOICE:
+ builder.setTitle("Pick a Color")
+ .setMultiChoiceItems(ITEMS, new boolean[]{false, true, false}, null);
+ break;
+ }
+
+ return builder.show();
+ }
+}
\ No newline at end of file
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..d6538fef314ac6c050cfc326027b0d9fb2093701
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/CalendarViewModifier.java
@@ -0,0 +1,38 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.widget.CalendarView;
+
+/**
+ * {@LayoutModifier} to set a precise date on a {@link CalendarView}.
+ */
+public class CalendarViewModifier implements LayoutModifier {
+ /**
+ * Long representation of a date that is 30 years in milliseconds from
+ * Unix epoch (January 1, 1970 00:00:00).
+ */
+ private static final long DATE = 946707779241L;
+
+ @Override
+ public View modifyView(View view) {
+ ((CalendarView) view).setDate(DATE);
+ return view;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..7b5a08b8d6d3c360c10fedabeafc44c4cd62d8c6
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/DatePickerModifier.java
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.widget.DatePicker;
+
+/**
+ * {@link LayoutModifier} that sets a precise date on a {@link DatePicker}.
+ */
+public class DatePickerModifier implements LayoutModifier {
+
+ @Override
+ public View modifyView(View view) {
+ DatePicker tp = (DatePicker) view;
+ tp.updateDate(2011, 4, 20);
+ return view;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java
new file mode 100644
index 0000000000000000000000000000000000000000..94712b5b81ef3eae60744291ab4c2ca1c248ce31
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/DialogBuilder.java
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.app.Dialog;
+import android.view.View;
+
+/**
+ * Interface to implement should you want to write a test that uses
+ * a Dialog. Since a Dialog shows in a new window, implementation
+ * of this interface is required in order to appropriately save
+ * the Dialog for testing.
+ */
+interface DialogBuilder {
+
+ Dialog buildDialog(View view);
+}
\ No newline at end of file
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..51a7fa64df651ec71ac1ef767079961d4339403c
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/DialogModifier.java
@@ -0,0 +1,54 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.app.Dialog;
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.view.ViewGroup;
+
+/**
+ * Wacky {@link LayoutModifier} that takes a {@link Dialog} and transplants into the
+ * parent view group.
+ */
+public class DialogModifier implements LayoutModifier {
+
+ private DialogBuilder mBuilder;
+
+ public DialogModifier(DialogBuilder builder) {
+ mBuilder = builder;
+ }
+
+ @Override
+ public View modifyView(View view) {
+ Dialog dialog = mBuilder.buildDialog(view);
+
+ ViewGroup parent = (ViewGroup) view.getParent();
+ parent.removeView(view); // remove the filler view
+
+ // get the dialog as a view
+ View newView = dialog.getWindow().getDecorView();
+
+ // remove it from the dialog
+ dialog.getWindow().getWindowManager().removeView(newView);
+
+ // so we can add it to our ViewGroup
+ parent.addView(newView);
+
+ return newView;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java
new file mode 100644
index 0000000000000000000000000000000000000000..b2c774443de47175aead6d3df2e6b7e0b76b73ea
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/ProgressDialogBuilder.java
@@ -0,0 +1,56 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import com.android.cts.holo.R;
+
+import android.app.Dialog;
+import android.app.ProgressDialog;
+import android.content.Context;
+import android.view.View;
+
+public class ProgressDialogBuilder implements DialogBuilder {
+
+ private int mDialogType;
+
+ public ProgressDialogBuilder(int dialogType) {
+ mDialogType = dialogType;
+ }
+
+ @Override
+ public Dialog buildDialog(View view) {
+ Context context = view.getContext();
+ ProgressDialog progressDialog = new ProgressDialog(view.getContext());
+ progressDialog.setMessage(context.getString(R.string.loading));
+
+ switch (mDialogType) {
+ case ProgressDialog.STYLE_SPINNER:
+ progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
+ break;
+
+ case ProgressDialog.STYLE_HORIZONTAL:
+ progressDialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
+ progressDialog.setMax(100);
+ break;
+
+ default:
+ throw new IllegalArgumentException("Bad dialog type: " + mDialogType);
+ }
+ progressDialog.show();
+ return progressDialog;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..2c442410958177bf57cbb9331aaba8dcb1ff5dbb
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/SearchViewModifier.java
@@ -0,0 +1,58 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import com.android.cts.holo.R;
+
+import android.content.Context;
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.widget.SearchView;
+
+public class SearchViewModifier implements LayoutModifier {
+
+ public static final int QUERY_HINT = 0;
+ public static final int QUERY = 1;
+
+ private int mSearchViewType;
+
+ public SearchViewModifier(int searchViewType) {
+ mSearchViewType = searchViewType;
+ }
+
+ @Override
+ public View modifyView(View view) {
+ SearchView searchView = (SearchView) view;
+ Context context = view.getContext();
+
+ switch (mSearchViewType) {
+ case QUERY_HINT:
+ searchView.setQueryHint(context.getString(R.string.searchview_query_hint));
+ break;
+
+ case QUERY:
+ searchView.setQuery(context.getString(R.string.searchview_query), false);
+ break;
+
+ default:
+ throw new IllegalArgumentException("Bad search view type: " + mSearchViewType);
+ }
+
+ searchView.setIconifiedByDefault(false);
+ return searchView;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..770b90532e6d1a3351f4a5ee47b9a4502a45ab8c
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/TabHostModifier.java
@@ -0,0 +1,48 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import com.android.cts.holo.R;
+
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.widget.TabHost;
+
+public class TabHostModifier implements LayoutModifier {
+
+ @Override
+ public View modifyView(View view) {
+ TabHost tabHost = (TabHost) view;
+ tabHost.setup();
+
+ tabHost.addTab(tabHost.newTabSpec("1")
+ .setIndicator("Tab 1")
+ .setContent(R.id.tab_inner_view));
+
+ tabHost.addTab(tabHost.newTabSpec("2")
+ .setIndicator("Tab 2")
+ .setContent(R.id.tab_inner_view));
+
+ tabHost.addTab(tabHost.newTabSpec("3")
+ .setIndicator("Tab 3")
+ .setContent(R.id.tab_inner_view));
+
+ tabHost.setCurrentTab(2);
+
+ return view;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..ca2bc1e9327bb3a5559897908041dbf4f0d5c14d
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/TimePickerModifier.java
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+import android.widget.TimePicker;
+
+public class TimePickerModifier implements LayoutModifier {
+
+ @Override
+ public View modifyView(View view) {
+ TimePicker timePicker = (TimePicker) view;
+ timePicker.setIs24HourView(true);
+ timePicker.setCurrentHour(13);
+ timePicker.setCurrentMinute(37);
+ return view;
+ }
+}
diff --git a/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java b/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java
new file mode 100644
index 0000000000000000000000000000000000000000..ebe23759d20cede2293049b83314d756e8a237a8
--- /dev/null
+++ b/tests/tests/holo/src/android/holo/cts/modifiers/ViewPressedModifier.java
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.holo.cts.modifiers;
+
+import android.holo.cts.LayoutModifier;
+import android.view.View;
+
+public class ViewPressedModifier implements LayoutModifier {
+
+ @Override
+ public View modifyView(View view) {
+ view.setPressed(true);
+ return view;
+ }
+}