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